Skip to content

Commit

Permalink
Fix gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Dec 14, 2022
1 parent 6214acf commit e6ca3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
uses: crazy-max/[email protected]
if: startsWith(github.ref, 'refs/tags/v')
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
#passphrase: ${{ secrets.PASSPHRASE }}
- name: Get tag_name
id: tag_name
Expand Down

0 comments on commit e6ca3cb

Please sign in to comment.