diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c3828b22..c6e72d21 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,8 @@ jobs: git checkout master git config user.email "$GH_EMAIL" git config user.name "Francisco Hodge" + git add . || true + git commit -m "Build Update" || true env: GH_EMAIL: ${{secrets.GH_EMAIL}}