parent
cf82c5e721
commit
44a137dd63
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ jobs:
|
||||||
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
|
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.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "GitHub Actions Bot"
|
git config --local user.name "GitHub Actions Bot"
|
||||||
|
git checkout -- package-lock.json package.json
|
||||||
git pull
|
git pull
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Automated update by GitHub Actions"
|
git commit -m "Automated update by GitHub Actions"
|
||||||
|
|
Loading…
Reference in a new issue