fix: remove snapshot from release target

This commit is contained in:
Ludovic Fernandez 2024-01-24 18:54:05 +01:00 committed by GitHub
parent 547cd81599
commit 03d2e35488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ fi
rm -rf dist
for os in linux darwin windows freebsd openbsd; do
goreleaser release --snapshot --skip=publish -p 2 --timeout="90m" --config "$(go run ./internal/release "$os")"
goreleaser release --skip=publish -p 2 --timeout="90m" --config "$(go run ./internal/release "$os")"
go clean -cache
done