We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ac8ec commit 0ed97f9Copy full SHA for 0ed97f9
scripts/build/release-build
@@ -2,5 +2,5 @@
2
3
source scripts/build/.variables
4
set -e
5
-VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} BUILDTIME=${BUILDTIME} goreleaser --snapshot --skip-publish --rm-dist
+VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} BUILDTIME=${BUILDTIME} goreleaser --rm-dist
6
exit 0
0 commit comments