Skip to content

Commit

Permalink
s/gpg-private-key/gpg_private_key
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Sep 19, 2021
1 parent 52fd1c6 commit c5e339a
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 @@ -22,7 +22,7 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
-
name: Run GoReleaser
Expand Down

0 comments on commit c5e339a

Please sign in to comment.