Skip to content

Commit

Permalink
ci(workflows): add vue-docs test package release script
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Jan 18, 2025
1 parent 3ec163a commit dd7ac7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
const branchName = `${{ github.ref_name }}`
const moduleName = `${{ inputs.components }}`
if (!moduleName.includes('theme') && !moduleName.includes('renderless') && !moduleName.includes('runtime')) {
if (!moduleName.includes('theme') && !moduleName.includes('renderless') && !moduleName.includes('docs') && !moduleName.includes('runtime')) {
throw new Error('请输入正确的包名称')
}
Expand Down

0 comments on commit dd7ac7c

Please sign in to comment.