Skip to content

Commit

Permalink
Updated gpg GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Oct 3, 2024
1 parent 94a3800 commit eede881
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
Expand Down

0 comments on commit eede881

Please sign in to comment.