fixed release target
All checks were successful
Go / build (1.23) (push) Successful in 17s

This commit is contained in:
Colin Henry 2024-10-27 12:30:45 -07:00
parent b7969f89b5
commit f88f00e78c

View File

@ -13,7 +13,7 @@ endef
# Target to tag and push the next version
release:
@next_version=$$($(next_version)); \
echo "Tagging with version $$next_version";
next_version=$$($(next_version)); \
echo "Tagging with version $$next_version"; \
git tag $$next_version; \
git push $(REPO_REMOTE) $$next_version