Skip to content

Commit

Permalink
fix: Fix CI for release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Sep 24, 2021
1 parent a0e107a commit 0e70fbf
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 @@ -29,7 +29,7 @@ jobs:
id: import_gpg
uses: crazy-max/[email protected]
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Get tag
Expand Down

0 comments on commit 0e70fbf

Please sign in to comment.