Skip to content

Commit

Permalink
Merge pull request #69 from smutel/FixCi
Browse files Browse the repository at this point in the history
fix: Fix CI for release generation
  • Loading branch information
smutel authored Sep 24, 2021
2 parents a0e107a + 0e70fbf commit 54bd2c9
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 54bd2c9

Please sign in to comment.