Skip to content

Commit 5fb57a0

Browse files
committed
chore: Fix generate.yml workflow
dist/ must be added with force.
1 parent b234c7c commit 5fb57a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
run: |
8080
git config --local user.email "[email protected]"
8181
git config --local user.name "GitHub Actions (pmd-bot)"
82-
git add dist && git commit -m 'Updated dist' && git push origin main
82+
git add -f dist && git commit -m 'Updated dist' && git push origin main

0 commit comments

Comments
 (0)