【发布时间】:2023-02-17 19:51:55
【问题描述】:
当我开始使用 eas android app-bundle 构建时,我收到了这条消息:
Compressing project files and uploading to EAS Build. Learn more
ValidationError: "gitCommitMessage" is not allowed to be empty
eas.json
{
"build": {
"preview": {
"android": {
"buildType": "app-bundle",
"gradleCommand": ":app:assembleRelease",
"developmentClient": false,
"withoutCredentials": true
}
},
"production": {}
}
}
我不知道会发生什么
【问题讨论】:
标签: react-native expo eas