Skip to content

Commit

Permalink
build: included missing gpg passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-s committed Jun 30, 2024
1 parent 99fff8e commit d3efe9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_KEY }}
fingerprint: ${{ secrets.GPG_FINGERPRINT }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ signs:
args:
# if you are using this in a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--batch"
- "--no-tty"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
Expand Down

0 comments on commit d3efe9e

Please sign in to comment.