Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 711037c

Browse files
committed
ci: pass correct flag
1 parent 4469ead commit 711037c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
path: packages
356356

357357
- name: Release Edge
358-
run: node scripts/release.ts --edge ${{ github.ref == 'refs/heads/main' && 'latest,4x' || '3x' }}
358+
run: node scripts/release.ts --nightly ${{ github.ref == 'refs/heads/main' && 'latest,4x' || '3x' }}
359359

360360
release-pkg-pr-new:
361361
if: github.repository_owner == 'nuxt'

0 commit comments

Comments
 (0)