Skip to content

Commit a0117df

Browse files
committed
fix: set passkey
1 parent 86663df commit a0117df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: paultyng/ghaction-import-gpg@v2.1.0
2222
env:
2323
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
24-
PASSPHRASE: ${{ secrets.PASSPHRASE }}
24+
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2525

2626
- name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)