Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jan 18, 2025
1 parent bd49ba4 commit 7a82c1f
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 @@ -15,4 +15,4 @@ test:
.PHONY: release
release:
@git tag $(VERSION)
@git push --follow-tags
@git push origin tag $(VERSION)

0 comments on commit 7a82c1f

Please sign in to comment.