fix: prevent URL/content mismatch on rapid Pages Router navigation #2480
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Preview Release | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| permissions: {} | |
| jobs: | |
| publish: | |
| # Skip for forks — they don't have write access needed by pkg-pr-new. | |
| if: github.repository_owner == 'cloudflare' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: voidzero-dev/setup-vp@v1 | |
| - run: vp run build | |
| - run: vp dlx pkg-pr-new publish --pnpm './packages/vinext' |