deploy changes
Some checks failed
ci / build (push) Failing after 42s

This commit is contained in:
miwr 2025-04-09 15:06:15 +02:00
parent cf82c5e721
commit 44a137dd63

View file

@ -58,6 +58,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 checkout -- package-lock.json package.json
git pull
git add .
git commit -m "Automated update by GitHub Actions"