Skip to content

Commit

Permalink
Update BaseCi.ts
Browse files Browse the repository at this point in the history
不传,version默认为 1.0.0 而不是自增
  • Loading branch information
luckymore authored and yechunxi committed Aug 4, 2023
1 parent ce2d45e commit b9107e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-plugin-mini-ci/src/BaseCi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default abstract class BaseCI {
encoding: 'utf8'
})
)
this.version = pluginOpts.version || packageInfo.taroConfig?.version || '1.0.0'
this.version = pluginOpts.version || packageInfo.taroConfig?.version
this.desc = pluginOpts.desc || packageInfo.taroConfig?.desc || `CI构建自动构建于${new Date().toLocaleTimeString()}`

}
Expand Down

0 comments on commit b9107e3

Please sign in to comment.