Skip to content

Commit 382f440

Browse files
sapphi-redyyx990803
andcommitted
chore: enable continuous release
Co-Authored-By: Evan You <[email protected]>
1 parent c72adbf commit 382f440

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/preview-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ permissions:
1010
on:
1111
push:
1212
branches:
13-
- main
13+
- rolldown-vite
1414
pull_request:
1515
types: [opened, synchronize, labeled]
1616

1717
jobs:
1818
preview:
1919
if: >
20-
github.repository == 'vitejs/vite' &&
20+
github.repository == 'vitejs/rolldown-vite' &&
2121
(github.event_name == 'push' ||
2222
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'trigger: preview')))
2323
runs-on: ubuntu-latest
@@ -35,4 +35,4 @@ jobs:
3535
working-directory: ./packages/vite
3636
run: pnpm build
3737

38-
- run: pnpm dlx [email protected] publish --compact --pnpm ./packages/vite
38+
- run: pnpm dlx [email protected] publish --pnpm ./packages/vite

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",
7-
"description": "Native-ESM powered web dev build tool",
7+
"description": "Vite on Rolldown preview",
88
"bin": {
99
"vite": "bin/vite.js"
1010
},

0 commit comments

Comments
 (0)