We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c223d8 commit 2b891ebCopy full SHA for 2b891eb
.github/workflows/ci.yaml
@@ -91,7 +91,7 @@ jobs:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
docs:
93
runs-on: ubuntu-latest
94
- if: github.ref == 'refs/heads/next'
+ if: github.ref == 'refs/heads/beta'
95
needs: [ release ]
96
env:
97
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
0 commit comments