Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 89bcbf7

Browse files
committed
Reorder 'Automatically Commit Changes' step in deploy workflow for clarity
1 parent d9d3eeb commit 89bcbf7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ jobs:
8888
- name: Restore package.json
8989
run: mv package.json.backup package.json
9090

91-
- name: Automatically Commit Changes
92-
uses: stefanzweifel/git-auto-commit-action@v7
93-
with:
94-
push_options: "--force"
95-
commit_options: "--no-verify"
96-
commit_message: "Release v${{ steps.package-version.outputs.version }}"
97-
skip_checkout: true
98-
9991
- name: Generate changelog
10092
id: changelog
10193
run: |
@@ -138,6 +130,14 @@ jobs:
138130
prerelease: false
139131
token: ${{ secrets.GH_TOKEN }}
140132

133+
- name: Automatically Commit Changes
134+
uses: stefanzweifel/git-auto-commit-action@v7
135+
with:
136+
push_options: "--force"
137+
commit_options: "--no-verify"
138+
commit_message: "Release v${{ steps.package-version.outputs.version }}"
139+
skip_checkout: true
140+
141141
- name: Deploy documentation to docs branch
142142
uses: peaceiris/actions-gh-pages@v4.0.0
143143
with:

0 commit comments

Comments
 (0)