Skip to content

Commit 8828125

Browse files
committed
Update GoReleaser configuration for added gpg private key vars
1 parent 3a48d25 commit 8828125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
id: import_gpg
3232
env:
3333
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
34+
with:
35+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
36+
passphrase: ${{ secrets.PASSPHRASE }}
3437
- name: Run GoReleaser
3538
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
3639
with:

0 commit comments

Comments
 (0)