From a920ce6c2a1b72a54881cdb3879ee4f9b1dd95dd Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 29 Aug 2017 21:23:10 -0400 Subject: [PATCH] fix: wercker --- wercker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index d623cec6..668ae4d7 100644 --- a/wercker.yml +++ b/wercker.yml @@ -78,7 +78,7 @@ deploy-github: code: | tar -chzf wiki-js.tar.gz assets server config.sample.yml package.json wiki.js LICENSE tar -chzf node_modules.tar.gz node_modules - SEMVER_NEXT=`curl --request POST --url http://beta.requarks.io/api/version/increment --header 'authorization: $WIKIJSORG_TOKEN' --header 'cache-control: no-cache' --header 'content-type: application/json' --data '{"channel": "stable"}'` + SEMVER_NEXT=`curl --request POST --url https://beta.requarks.io/api/version/increment --header 'authorization: $WIKIJSORG_TOKEN' --header 'cache-control: no-cache' --header 'content-type: application/json' --data '{"channel": "stable"}'` - github-create-release: token: $GITHUB_TOKEN tag: "v${SEMVER_NEXT}"