Skip to content

Commit

Permalink
GPG env var set in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aharriscybr committed Mar 15, 2024
1 parent 0a09512 commit 42fb20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
with:
args: release --clean
GPG_TTY: $(tty)
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 42fb20d

Please sign in to comment.