@@ -23,8 +23,9 @@ const runBuild = async () => {
git commit -m 'fix: 更新sdk'
git push
`)
+ console.log('发布成功')
} catch {
- console.error('自动打包失败,请手动上传')
+ console.error('自动发布失败,请手动上传')
}