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 4469ead commit 711037cCopy full SHA for 711037c
.github/workflows/ci.yml
@@ -355,7 +355,7 @@ jobs:
355
path: packages
356
357
- name: Release Edge
358
- run: node scripts/release.ts --edge ${{ github.ref == 'refs/heads/main' && 'latest,4x' || '3x' }}
+ run: node scripts/release.ts --nightly ${{ github.ref == 'refs/heads/main' && 'latest,4x' || '3x' }}
359
360
release-pkg-pr-new:
361
if: github.repository_owner == 'nuxt'
0 commit comments