diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b8abd9..ce29a49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,5 +51,5 @@ jobs: git config --local user.email "actions@github.com" git config --local user.name "GitHub Actions" git add . - git commit -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit - git push + git commit --amend -m "Build $GITHUB_SHA" || exit 0 # do not error if nothing to commit + git push --force