We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5af0d8 commit 37ae98cCopy full SHA for 37ae98c
Makefile
@@ -23,7 +23,7 @@ build: test
23
goreleaser --snapshot --skip-publish --rm-dist
24
25
release: test
26
- git tag -a v$(VERSION) -m "v$(VERSION)"
+ git tag -a v$(VERSION) -m "$(VERSION)"
27
28
29
build-and-push-images: test
0 commit comments