Skip to content

Commit

Permalink
fix(build): fix cmd to return correct codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mickr committed Jan 29, 2020
1 parent da4c4ff commit b3839b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ cmd() {
return 0
fi

"$@"

return 0
return "$@"
}

# Major, minor, or patch release
Expand Down

0 comments on commit b3839b6

Please sign in to comment.