We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c91fd9 commit fb18bdbCopy full SHA for fb18bdb
.github/workflows/release.yml
@@ -44,6 +44,7 @@ jobs:
44
with:
45
args: release --clean
46
env:
47
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
49
VERSION: ${{ github.event.inputs.version || github.ref }}
50
0 commit comments