Skip to content

Commit bb3661b

Browse files
authored
Merge pull request #20 from Yontipon/master
Update import-gpg to v5 in release workflow
2 parents 5b3f594 + 47082cf commit bb3661b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releaseaction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ jobs:
150150
path: build/libs/
151151
- name: Import GPG key
152152
id: import_gpg
153-
uses: crazy-max/ghaction-import-gpg@v3
153+
uses: crazy-max/ghaction-import-gpg@v5
154154
with:
155-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
155+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
156156
passphrase: ${{ secrets.GPG_PASSPHRASE }}
157157
- name: Release build deploy
158158
env:

0 commit comments

Comments
 (0)