fix(workflow): git add -f dist
This commit is contained in:
parent
ee94e82b81
commit
9a3211522a
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions[bot]"
|
git config user.name "gitea-actions[bot]"
|
||||||
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
||||||
git add dist
|
git add -f dist
|
||||||
git commit -m "ci(dist): build dist"
|
git commit -m "ci(dist): build dist"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Add table
Reference in a new issue