Skip to content

Commit a3e3211

Browse files
committed
fix wrong ghaction repo name
1 parent 394887d commit a3e3211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: 1.18
2929
- name: Import GPG key
3030
id: import_gpg
31-
uses: paultyng/ghaction-import-gpg@v6
31+
uses: crazy-max/ghaction-import-gpg@v6
3232
with:
3333
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
passphrase: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)