Skip to content

Commit

Permalink
Merge pull request #175 from taliesins/fix_gpg
Browse files Browse the repository at this point in the history
build: Fix gpg
  • Loading branch information
taliesins committed Dec 14, 2022
2 parents 6214acf + e6ca3cb commit 5c2e5a7
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/ghaction-import-gpg@v5.2.0
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 5c2e5a7

Please sign in to comment.