Skip to content

Commit 426514c

Browse files
committed
Remove automatic package commit step from workflow
1 parent 13bf755 commit 426514c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pacakge.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
name: chrome-extension
3232
path: package/*.zip
3333

34-
- name: Commit package to repository
35-
run: |
36-
git config --global user.name 'GitHub Actions'
37-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
38-
git add package/*.zip
39-
git commit -m "Update packaged extension" || exit 0
40-
git push
41-
4234
- name: Get current date
4335
id: date
4436
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)