Skip to content

Commit 38ebc8c

Browse files
committed
add task to continuous release
1 parent 8d2f803 commit 38ebc8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ 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 Packages
42+
# remove the compat flag until all packages are available on npm
43+
# run: |
44+
# pnpm dlx [email protected] publish './packages/*' --template './examples/*' --compact
4245
run: |
43-
pnpm dlx [email protected] publish './packages/start' --template './examples/*' --compact
46+
pnpm dlx [email protected] publish './packages/*'

0 commit comments

Comments
 (0)