Skip to content

Commit

Permalink
fix: nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Jun 20, 2024
1 parent ef0ec7b commit 0aab31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/create-cli-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ 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"
git commit -am "feat: automatic integration of language server $LS_VERSION" || echo "No files to commit" && exit 0

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

TITLE="feat(language-server): integrate LS"
Expand Down

0 comments on commit 0aab31d

Please sign in to comment.