Skip to content

Commit 2e8946c

Browse files
committed
Fix Makefile
1 parent 20b7a15 commit 2e8946c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ release: ## Tag and push a release
6262
> echo "Error: TAG has to be set, without the v prefix"; \
6363
> exit 1; \
6464
> fi
65-
> echo git tag -a v$(INPUT) -m "Release v$(INPUT)"; git push origin v$(INPUT)
65+
> git tag -a v$(INPUT) -m "Release v$(INPUT)"; git push origin v$(INPUT)

0 commit comments

Comments
 (0)