Skip to content

Commit

Permalink
Merge pull request #20 from Yontipon/master
Browse files Browse the repository at this point in the history
Update import-gpg to v5 in release workflow
  • Loading branch information
MrStahlfelge committed May 2, 2023
2 parents 5b3f594 + 47082cf commit bb3661b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaseaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
path: build/libs/
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Release build deploy
env:
Expand Down

0 comments on commit bb3661b

Please sign in to comment.