Skip to content

Commit

Permalink
Fix: Fix release script after GitHub release (#295)
Browse files Browse the repository at this point in the history
GitHub releaser script output was interpreted as an error response - we explicitly return 0 with success.
  • Loading branch information
tonyjin authored Aug 11, 2017
1 parent 8cd67c1 commit 00dff52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ push_new_release() {
echo "Pushing new GitHub release"
echo "----------------------------------------------------------------------"
./node_modules/.bin/conventional-github-releaser

return 0
}


Expand Down

0 comments on commit 00dff52

Please sign in to comment.