Fix ci-goreleaser

This commit is contained in:
Deluan 2020-09-10 17:49:25 -04:00
parent 532833ac7c
commit 669f293f1f
3 changed files with 18 additions and 18 deletions

View file

@ -96,5 +96,5 @@ release:
.PHONY: release
snapshot:
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.9-2 goreleaser release --rm-dist --skip-publish --snapshot
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.9-3 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot