Skip to content

Commit

Permalink
Fix Makefile when supplying a custom tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
efixler committed Apr 26, 2024
1 parent a6068ed commit a69d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -58,7 +58,7 @@ release-tag: latest-release-tag ## create a release tag at the next patch versio
echo "Aborted."; \
exit 1; \
fi
@git tag -a $(TAG_VERSION) -m $(TAG_MESSAGE)
@git tag -a $(TAG_VERSION) -m '$(TAG_MESSAGE)'
@git push origin $(TAG_VERSION)

latest-release-tag:
Expand Down

0 comments on commit a69d92a

Please sign in to comment.