Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalboa committed Aug 6, 2023
1 parent 228b0ea commit d8fe109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ tag:

pub:
@printf "==> git push...\n"
@git push --atomic origin main "v$(TAG)"
@git tag -a "v$(TAG)" -m "Release $(TAG)"
@git push --atomic origin master "v$(TAG)"

docs_gen:
@printf "==> gen docs...\n"
Expand Down

0 comments on commit d8fe109

Please sign in to comment.