8000 Fix Makefile · create-go-app/cli@37ae98c · GitHub
[go: up one dir, main page]

Skip to content

Commit 37ae98c

Browse files
committed
Fix Makefile
1 parent c5af0d8 commit 37ae98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build: test
2323
goreleaser --snapshot --skip-publish --rm-dist
2424

2525
release: test
26-
git tag -a v$(VERSION) -m "v$(VERSION)"
26+
git tag -a v$(VERSION) -m "$(VERSION)"
2727
goreleaser --snapshot --skip-publish --rm-dist
2828

2929
build-and-push-images: test

0 commit comments

Comments
 (0)
0