fix: CLI does not produce release binaries (#3)

This commit is contained in:
Julian Tölle 2024-05-05 01:01:37 +02:00 committed by GitHub
parent 415c47e3d1
commit f373d4c2ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -13,6 +13,6 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_GH_TOKEN }}
token: ${{ secrets.RELEASE_GH_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json

View file

@ -23,4 +23,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}