mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
fix: skip sign on compile action
This commit is contained in:
parent
bf301014ec
commit
ca26635625
2 changed files with 2 additions and 2 deletions
2
.github/workflows/compile.yaml
vendored
2
.github/workflows/compile.yaml
vendored
|
|
@ -26,4 +26,4 @@ jobs:
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --rm-dist --skip-publish --snapshot
|
args: release --rm-dist --skip-publish --snapshot --skip-sign
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ testacc_cleanup: fmtcheck
|
||||||
@sh -c "'$(CURDIR)/scripts/testacc_cleanup.sh'"
|
@sh -c "'$(CURDIR)/scripts/testacc_cleanup.sh'"
|
||||||
|
|
||||||
compile: fmtcheck
|
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:
|
vet:
|
||||||
@echo "go vet ."
|
@echo "go vet ."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue