diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 889ffd18..b5e0675b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: git checkout -- package.json npm i - - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a + - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 with: branch: release/${{ env.new_version }} if: ${{ inputs.update-language-server }}