diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index b5da37c7..81850d5b 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -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 diff --git a/GNUmakefile b/GNUmakefile index 72aab413..e273b21e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 ."