Skip to content

Commit

Permalink
Merge pull request #114 from im2nguyen/update-gh-actions-gpg-rev2
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 dc325d6 + 3fb245d commit a8145eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit a8145eb

Please sign in to comment.