Skip to content

Commit

Permalink
ci: do not attempt to sign on main
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Apr 23, 2023
1 parent 7e802b7 commit 6f14311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-builds.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: v1.12.3
args: build --rm-dist --snapshot
args: build --rm-dist --snapshot --skip-sign
- name: Test
run: go test -v ./...
- name: Archive binaries
Expand Down

0 comments on commit 6f14311

Please sign in to comment.