Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Exit js publish script with 0 code
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed May 13, 2019
1 parent d737e80 commit bab7e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ else

if [[ $PROJECT_VERSION == $LATEST_RELEASE ]]; then
echo "Latest release is already $PROJECT_VERSION"
exit 1
exit 0
fi

echo "New release $PROJECT_VERSION"
Expand Down

0 comments on commit bab7e45

Please sign in to comment.