Skip to content

Commit

Permalink
fix: provide info where release is not triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Dec 22, 2023
1 parent a21d6ca commit c6fd00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ releaseOrNot=$(cat $2)

if [ "$releaseOrNot" = "NO" ]
then
echo "---"$(dirname $1)" won't be released---"
exit 0
fi
echo "---Release of "$(dirname $1)"---"
Expand Down

0 comments on commit c6fd00e

Please sign in to comment.