This commit is contained in:
miwr 2025-04-08 13:45:17 +02:00
parent 527d03e29e
commit 878fd9e866

View file

@ -59,6 +59,7 @@ jobs:
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "GitHub Actions Bot"
git pull
git add .
git commit -m "Automated update by GitHub Actions"
git push origin HEAD:${{ github.ref_name }}