mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-09-13 16:44:03 +07:00
Forcibly add dist after build
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user