Skip to content

Commit 60d1661

Browse files
committed
Enable release target
1 parent b4505ac commit 60d1661

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ release: build
2626
ifndef desc
2727
@echo "Run it as 'make release desc=tralala'"
2828
else
29-
echo github-release release -u webdevops -r clitools -t "$(TAG)" -n "$(TAG)" --description "$(desc)"
29+
github-release release -u webdevops -r clitools -t "$(TAG)" -n "$(TAG)" --description "$(desc)"
3030
echo "Uploading clitools.phar" && \
31-
echo github-release upload -u webdevops \
31+
github-release upload -u webdevops \
3232
-r clitools \
3333
-t $(TAG) \
3434
-f "clitools.phar" \

0 commit comments

Comments
 (0)