Skip to content

Commit

Permalink
tagname should be prefixed with "v"
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Dec 29, 2022
1 parent f57b882 commit 56eee0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ ifndef VERSION
endif
git pull
cargo update
git tag $(VERSION)
git push origin $(VERSION)
git tag v$(VERSION)
git push origin v$(VERSION)
cargo release publish --execute --verbose

0 comments on commit 56eee0b

Please sign in to comment.