Skip to content

Commit

Permalink
Attempt to fix issue with type of GPG key
Browse files Browse the repository at this point in the history
  • Loading branch information
adduc committed Nov 10, 2022
1 parent 9905509 commit 6e9fb68
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 @@ -26,7 +26,7 @@ jobs:
go-version-file: 'go.mod'
cache: true
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v5.2.0
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 6e9fb68

Please sign in to comment.