Skip to content

Commit

Permalink
Merge pull request #233 from kbst/fix-goreleaser-input
Browse files Browse the repository at this point in the history
Fix input now has underscore
  • Loading branch information
pst authored May 30, 2023
2 parents ab6f0be + 8995ab7 commit 0b49602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ jobs:
id: import_gpg
uses: kbst/ghaction-import-gpg@v5
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Run goreleaser release
Expand Down

0 comments on commit 0b49602

Please sign in to comment.