Skip to content

Commit a1c8f05

Browse files
committed
chore: Remove Git commit/push steps from check.yml
This commit removes the Git commit and push steps from the `check.yml` workflow. These steps were previously used to update the version info, but are no longer needed. The version info is now updated through a different mechanism.
1 parent cd84f52 commit a1c8f05

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/check.yml

-8
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ jobs:
109109
echo "VERSION=$branch.$hash.$date" >> $GITHUB_ENV
110110
echo "RELEASE_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
111111
112-
- name: Commit Changes
113-
run: |
114-
git pull
115-
git commit -am "chore(update): Update Version Info"
116-
git push origin HEAD
117-
env:
118-
GITHUB_TOKEN: ${{ secrets.PAT }}
119-
120112
- name: Create ZIP Archive
121113
run: |
122114
zip -r Gakumas-Translation-Data-EN-${{ env.VERSION }}.zip local-files version.txt

0 commit comments

Comments
 (0)