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