Skip to content

Commit

Permalink
build: do not sign snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Nov 6, 2023
1 parent a833ec6 commit d850c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean --timeout 120m --snapshot
args: release --clean --timeout 120m --snapshot --skip=sign
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d850c5e

Please sign in to comment.