Forcibly add dist after build

This commit is contained in:
Corey Butler
2023-03-30 22:19:41 -05:00
parent 798ac028b8
commit 7bf8c1e92d

View File

@ -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