We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911f57f commit 5e2e8ecCopy full SHA for 5e2e8ec
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
git checkout -- package.json
61
npm i
62
63
- - uses: stefanzweifel/git-auto-commit-action@v4
+ - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
64
with:
65
branch: release/${{ env.new_version }}
66
if: ${{ inputs.update-language-server }}
0 commit comments