We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a38100 commit 48a88d1Copy full SHA for 48a88d1
.github/workflows/release.yml
@@ -32,6 +32,8 @@ jobs:
32
with:
33
tag: ${{ inputs.version_number }}
34
commit_sha: ${{ steps.get-sha.outputs.sha }}
35
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
36
+ gpg_passphrase: ${{ secrets.PASSPHRASE }}
37
38
release:
39
needs: create-tag
0 commit comments