Update release.yml

This commit is contained in:
Lost Paul 2025-06-28 10:17:11 +02:00 committed by GitHub
parent 1fac7423e9
commit b4b82c48cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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