fix: skip sign on compile action

This commit is contained in:
Manuel Vogel 2021-04-21 14:12:36 +02:00
parent bf301014ec
commit ca26635625
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5
2 changed files with 2 additions and 2 deletions

View file

@ -26,4 +26,4 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --skip-publish --snapshot
args: release --rm-dist --skip-publish --snapshot --skip-sign

View file

@ -34,7 +34,7 @@ testacc_cleanup: fmtcheck
@sh -c "'$(CURDIR)/scripts/testacc_cleanup.sh'"
compile: fmtcheck
@sh -c "curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --skip-publish --snapshot"
@sh -c "curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --skip-publish --snapshot --skip-sign"
vet:
@echo "go vet ."