Skip to content

fix: publish script bug#123

Open
skie1997 wants to merge 1 commit into
developfrom
fix/publish-script-bug
Open

fix: publish script bug#123
skie1997 wants to merge 1 commit into
developfrom
fix/publish-script-bug

Conversation

@skie1997

Copy link
Copy Markdown
Contributor

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Refactoring
  • Update dependency
  • Code style optimization
  • Test Case
  • Branch merge
  • Site / documentation update
  • Demo update
  • Workflow
  • Chore
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

@github-actions github-actions Bot added the chore label Jun 25, 2026
Comment on lines +19 to +22
const res = spawnSync('sh', ['-c', command], {
stdio: 'inherit',
shell: false,
});
Comment thread common/scripts/release.js
Comment on lines +13 to +16
const res = spawnSync('sh', ['-c', command], {
stdio: 'inherit',
shell: false,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants