Skip to content

Commit

Permalink
Merge pull request #13 from conjurdemos/12-test-builds
Browse files Browse the repository at this point in the history
GPG env var set in release.yml
  • Loading branch information
aharriscybr authored Mar 15, 2024
2 parents ce51d61 + 42fb20d commit 21b9cd5
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 21b9cd5

Please sign in to comment.