diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2066617a..5fc1be75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,5 +81,5 @@ jobs: - name: Commit and Push Changes (to temp branch) run: | git add dist index.html - git commit -m "Update dist folder" + git commit -m "Update dist folder [skip ci]" git push --force origin temp-build-branch