Skip to content

Commit

Permalink
Revert "github workflow witohut gpg passphrase"
Browse files Browse the repository at this point in the history
This reverts commit d8d6466.
  • Loading branch information
eliastor committed Aug 22, 2023
1 parent 5926345 commit 51d0c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
# passphrase: ${{ secrets.PASSPHRASE }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
Expand Down

0 comments on commit 51d0c2c

Please sign in to comment.