We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b7a15 commit 2e8946cCopy full SHA for 2e8946c
Makefile
@@ -62,4 +62,4 @@ release: ## Tag and push a release
62
> echo "Error: TAG has to be set, without the v prefix"; \
63
> exit 1; \
64
> fi
65
-> echo git tag -a v$(INPUT) -m "Release v$(INPUT)"; git push origin v$(INPUT)
+> git tag -a v$(INPUT) -m "Release v$(INPUT)"; git push origin v$(INPUT)
0 commit comments