Skip to content

Commit

Permalink
fix(build): remove un-needed return
Browse files Browse the repository at this point in the history
  • Loading branch information
mickr committed Jan 29, 2020
1 parent b3839b6 commit 87eb32d
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 @@ -15,7 +15,7 @@ cmd() {
return 0
fi

return "$@"
"$@"
}

# Major, minor, or patch release
Expand Down

0 comments on commit 87eb32d

Please sign in to comment.