git pull
This commit is contained in:
parent
527d03e29e
commit
878fd9e866
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue