Skip to content

Commit 745b85a

Browse files
committed
ci(workflow): fix runtime publish alpha registry error
1 parent 67b9c48 commit 745b85a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internals/cli/src/commands/release/releaseAlpha.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export const releaseAlpha = ({ updateVersion }) => {
7373
'theme-mobile/dist',
7474
'theme-saas/dist',
7575
'utils',
76-
'vue-hooks'
76+
'vue-hooks',
77+
'vue-runtime'
7778
]
7879
distLists.forEach((item) => {
7980
findAllpage(pathFromPackages(item), updateVersion)

0 commit comments

Comments
 (0)