We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51be6e4 commit c5c21ecCopy full SHA for c5c21ec
bin/validate-plugin-version.sh
@@ -69,7 +69,7 @@ main() {
69
echo "Checking if a branch with prefix $BRANCH_PREFIX already exists."
70
if git ls-remote --heads origin | grep -q "$BRANCH_PREFIX"; then
71
echo "A branch with prefix $BRANCH_PREFIX already exists. Exiting."
72
- exit 1
+ exit 0
73
fi
74
75
echo "Creating a new branch $BRANCH_NAME and pushing changes."
0 commit comments