Skip to content

Commit 279eb40

Browse files
committed
Tweak job passphrase var
1 parent 4f01a84 commit 279eb40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: crazy-max/ghaction-import-gpg@v3
2626
with:
2727
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
28-
passphrase: ${{ secrets.PASSPHRASE }}
28+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
2929
- name: Run GoReleaser
3030
uses: goreleaser/goreleaser-action@v2
3131
with:

0 commit comments

Comments
 (0)