Skip to content

Commit 48a88d1

Browse files
committed
sign tag
1 parent 8a38100 commit 48a88d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
tag: ${{ inputs.version_number }}
3434
commit_sha: ${{ steps.get-sha.outputs.sha }}
35+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
36+
gpg_passphrase: ${{ secrets.PASSPHRASE }}
3537

3638
release:
3739
needs: create-tag

0 commit comments

Comments
 (0)