Skip to content

Commit 3c4455b

Browse files
committed
fix(ci): revert bump-docs-version workflow changes
1 parent 6665c21 commit 3c4455b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/bump-docs-version.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
pnpm version ${{ steps.extract_version.outputs.version }} --no-git-tag-version
4949
echo "Updated docs/package.json to version ${{ steps.extract_version.outputs.version }}"
5050
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-
5751
- name: Commit updated package.json
5852
uses: stefanzweifel/git-auto-commit-action@v6
5953
with:

0 commit comments

Comments
 (0)