mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 10:21:08 +07:00
Forcibly add dist after build
This commit is contained in:
parent
798ac028b8
commit
7bf8c1e92d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -36,5 +36,6 @@ jobs:
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
git add .
|
||||
git add -f ./dist
|
||||
git commit -m "Build distribution files"
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user