Skip to content

Commit

Permalink
push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
janiltonmaciel committed Oct 5, 2020
1 parent 6b4a1ab commit 553fc4f
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 @@ -62,7 +62,7 @@ git-tag:
sed -i.bak "s/statiks_[^_]*/statiks_$$TAG/g" README.md && \
rm README.md.bak 2>/dev/null; \
git commit README.md -m "Update README.md with release $$TAG"; \
git tag -s $$TAG -m "$$TAG" \
git tag -s $$TAG -m "$$TAG"; \
git push origin master --tags


Expand Down

0 comments on commit 553fc4f

Please sign in to comment.