Skip to content

Commit fb18bdb

Browse files
authored
fix(release): pass token correctly (#11)
1 parent 3c91fd9 commit fb18bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
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)