fix(workflow): git add -f dist

This commit is contained in:
z0x 2025-01-04 23:00:38 -05:00
parent ee94e82b81
commit 9a3211522a

View file

@ -27,6 +27,6 @@ jobs:
run: |
git config user.name "gitea-actions[bot]"
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 push