Fix ci-goreleaser

This commit is contained in:
Deluan 2020-09-10 17:02:52 -04:00
parent 59f1d7e88a
commit 532833ac7c
2 changed files with 3 additions and 3 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-1 goreleaser release --rm-dist --skip-publish --snapshot
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.9-2 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot