fix(workflow): git add dist
This commit is contained in:
parent
0c25d5fa20
commit
ee94e82b81
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue