Skip to content

Commit c317d3a

Browse files
Upgrade ghaction-import-gpg to v4
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent 5afe826 commit c317d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-provider.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
${{ runner.os }}-go-
5050
- name: Import GPG key
5151
id: import_gpg
52-
uses: crazy-max/ghaction-import-gpg@v3
52+
uses: crazy-max/ghaction-import-gpg@v4
5353
with:
54-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
54+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
5555
passphrase: ${{ secrets.PASSPHRASE }}
5656
- name: Release provider
5757
uses: goreleaser/[email protected]

0 commit comments

Comments
 (0)