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": {