Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
wip github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jgermade committed Mar 22, 2017
1 parent c3adf9c commit dfc13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfc13bd

Please sign in to comment.