Skip to content

Commit

Permalink
Fix: Tweak release script
Browse files Browse the repository at this point in the history
Remove || return 1 after pushing Github release since valid output can trigger the error case
  • Loading branch information
tonyjin authored Jul 28, 2017
1 parent fde58d7 commit d115c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ push_new_release() {
echo "----------------------------------------------------------------------"
echo "Pushing new GitHub release"
echo "----------------------------------------------------------------------"
./node_modules/.bin/conventional-github-releaser || return 1
./node_modules/.bin/conventional-github-releaser
}


Expand Down

0 comments on commit d115c1c

Please sign in to comment.