Skip to content

Commit

Permalink
Merge pull request #124 from nspadaccino/nspadaccino/release-script-fix
Browse files Browse the repository at this point in the history
Fix GPG Import Input Name
  • Loading branch information
nspadaccino authored Aug 2, 2024
2 parents 70213e1 + 473dbd4 commit 3708702
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 @@ -31,7 +31,7 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Run GoReleaser
Expand Down

0 comments on commit 3708702

Please sign in to comment.