Skip to content

Commit

Permalink
Merge pull request #113 from im2nguyen/update-gh-actions-gpg-rev1
Browse files Browse the repository at this point in the history
fix gpg gh action
  • Loading branch information
im2nguyen authored Jul 22, 2022
2 parents 4994d70 + ef4a9e6 commit dc325d6
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 @@ -30,7 +30,7 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit dc325d6

Please # to comment.