Skip to content

Commit af4ede9

Browse files
committed
fix(release): pass token correctly
1 parent 3c91fd9 commit af4ede9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
args: release --clean
4646
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4748
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4849
VERSION: ${{ github.event.inputs.version || github.ref }}
4950

0 commit comments

Comments
 (0)