chore(ci): try fix the workflow to update the download URLs in README

This commit is contained in:
Makito
2026-03-11 19:39:54 +09:00
parent 5157b9c445
commit f486976bc0
@@ -19,6 +19,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: main
- uses: pnpm/action-setup@v4
with:
@@ -33,7 +35,7 @@ jobs:
run: pnpm -F @proj-airi/stage-tamagotchi exec tsx scripts/update-readme-download-links.ts ${{ github.event.release.tag_name || inputs.tag }}
- name: Pull with rebase
run: git pull --rebase --autostash
run: git pull origin main --rebase --autostash
- uses: stefanzweifel/git-auto-commit-action@v6
with: