Skip to content

Commit 6c266d4

Browse files
committed
add task to continuous release
1 parent 8d2f803 commit 6c266d4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/cr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
# rewrite .ts exports to .js
3939
pnpm --filter='./packages/*' -c exec "echo \$(cat package.json | jq '.exports = .publishConfig.exports') > package.json"
4040
41-
- name: Release
41+
- name: Release Vite-Plugin-Nitro-2
42+
run: |
43+
pnpm dlx pkg-pr-new@0.0 publish './packages/start-nitro-v2-vite-plugin'
44+
45+
- name: Release Start
4246
run: |
4347
pnpm dlx pkg-pr-new@0.0 publish './packages/start' --template './examples/*' --compact

0 commit comments

Comments
 (0)