Skip to content

Commit

Permalink
fix: no exit 0 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Jun 20, 2024
1 parent 978591d commit 8097a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/create-cli-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pushd $CLI_DIR
echo $PUB_SIGNING_KEY > signingkey.pub
git config --global user.signingkey ./signingkey.pub

git commit -am "feat: automatic integration of language server $LS_VERSION" || echo "No files to commit" && exit 0
git commit -am "feat: automatic integration of language server $LS_VERSION" || echo "No files to commit"

git push -f --set-upstream origin $BRANCH

Expand Down

0 comments on commit 8097a7d

Please sign in to comment.