Skip to content

Commit 946c3e3

Browse files
committed
Fixup tag publish
1 parent 98fd751 commit 946c3e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ update-tags:
3232
tag:
3333
@echo "Tagging: $(shell make version)"
3434
sleep 3
35-
git tag -s -a -m "$(shell make version)" "$(shell make version)"
35+
git tag -s -a -m "$(shell make version)" "$(shell make -s version)"
3636
git push origin "refs/tags/$(shell make version)"
3737

3838
version:

0 commit comments

Comments
 (0)