Skip to content

Commit dd7ac7c

Browse files
committed
ci(workflows): add vue-docs test package release script
1 parent 3ec163a commit dd7ac7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch-renderless-theme-publish-alpha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
const branchName = `${{ github.ref_name }}`
2727
const moduleName = `${{ inputs.components }}`
2828
29-
if (!moduleName.includes('theme') && !moduleName.includes('renderless') && !moduleName.includes('runtime')) {
29+
if (!moduleName.includes('theme') && !moduleName.includes('renderless') && !moduleName.includes('docs') && !moduleName.includes('runtime')) {
3030
throw new Error('请输入正确的包名称')
3131
}
3232

0 commit comments

Comments
 (0)