Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Mar 17, 2022
1 parent c5af0d8 commit 37ae98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: test
goreleaser --snapshot --skip-publish --rm-dist

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

build-and-push-images: test
Expand Down

0 comments on commit 37ae98c

Please sign in to comment.