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 6665c21 commit 3c4455bCopy full SHA for 3c4455b
.github/workflows/bump-docs-version.yml
@@ -48,12 +48,6 @@ jobs:
48
pnpm version ${{ steps.extract_version.outputs.version }} --no-git-tag-version
49
echo "Updated docs/package.json to version ${{ steps.extract_version.outputs.version }}"
50
51
- - name: Pull latest changes
52
- run: |
53
- git config --global user.name "github-actions[bot]"
54
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
55
- git pull origin main --rebase
56
-
57
- name: Commit updated package.json
58
uses: stefanzweifel/git-auto-commit-action@v6
59
with:
0 commit comments