diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8deef9e..7af075b 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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 }}