From dfc13bdc9d5e2e6bd8a559235ac9143bf2c12b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Germade?= Date: Wed, 22 Mar 2017 03:48:07 +0100 Subject: [PATCH] wip github releases --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a62ff52..0fdaea0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build: install github.release: export RELEASE_URL=$(shell curl -s -X POST -H "Content-Type: application/json" -H "Authorization: Bearer ${GITHUB_TOKEN}" \ -d '{"tag_name": "v$(shell npm view spears version)", "target_commitish": "$(git_branch)", "name": "v$(shell npm view spears version)", "body": "", "draft": false, "prerelease": false}' \ - -o /dev/null -I -w '%{url_effective}' "https://api.github.com/repos/kiltjs/http/releases" ) + -o /dev/null -w '%{url_effective}' "https://api.github.com/repos/kiltjs/http/releases" ) github.release: @echo ${RELEASE_URL} @true