From 20b14936580b78a6387f7363465ae54689727aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Germade?= Date: Tue, 28 Mar 2017 00:11:37 +0200 Subject: [PATCH] wip build release --- Makefile | 2 +- dist/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc3dc9f..0aaca9f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,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 http-rest version)", "target_commitish": "$(git_branch)", "name": "v$(shell npm view http-rest version)", "body": "", "draft": false, "prerelease": false}' \ - -w '%{url_effective}' "https://api.github.com/repos/kiltjs/http/releases" ) + -w '%{url_effective}' "https://api.github.com/repos/kiltjs/http-rest/releases" ) github.release: @echo ${RELEASE_URL} @true diff --git a/dist/package.json b/dist/package.json index 65a2072..6337ad4 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "http-rest", - "version": "0.1.71", + "version": "0.1.72", "description": "http jstool example", "main": "http-node.js", "scripts": {