diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ca2abe..b218b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,3 +32,7 @@ jobs: run: | rm -f main.js echo "main.js has been deleted after release." + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" + git commit -m "Remove main.js" || echo "No changes to commit" + git push origin main