Skip to content

Commit

Permalink
Upd Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jul 26, 2024
1 parent 401523e commit 4810806
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 @@ -38,4 +38,4 @@ tag:
git tag -a ${v} -m "${v}"

push-tag:
git push origin $(git describe --tags $(git rev-list --tags --max-count=1))
git push origin ${v} --force

0 comments on commit 4810806

Please sign in to comment.