fix(workflow): git add dist

This commit is contained in:
z0x 2025-01-04 22:55:28 -05:00
parent 0c25d5fa20
commit ee94e82b81

View file

@ -6,7 +6,7 @@ on:
workflow_dispatch:
jobs:
update-deps:
build-dist:
runs-on: ubuntu-latest
steps:
@ -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 .
git add dist
git commit -m "ci(dist): build dist"
git push