Skip to content

Commit 33c913a

Browse files
committed
Fix the way tags are created on release
1 parent c178a39 commit 33c913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ release: build test xcompile
2121
(cd $(shell pwd)/build && tar -zcvf tgz/$$f.tar.gz $$f); \
2222
echo $$f; \
2323
done
24-
git tag $(VERSION) && git push tags
24+
git tag $(VERSION) && git push origin --tags
2525

2626
clean:
2727
rm -rf bin

0 commit comments

Comments
 (0)