ci: Fix set changelog
This commit is contained in:
parent
d87c4fe6ca
commit
626ee4d021
1 changed files with 1 additions and 6 deletions
|
|
@ -41,12 +41,7 @@ platform :android do
|
||||||
json_key: "./keys.json"
|
json_key: "./keys.json"
|
||||||
)
|
)
|
||||||
last_version = versions[0].to_i
|
last_version = versions[0].to_i
|
||||||
upload_to_play_store(
|
upload_to_play_store(track: 'internal', aab: '../build/app/outputs/bundle/release/app-release.aab', version_code: "#{last_version+1}")
|
||||||
track: 'internal',
|
|
||||||
aab: '../build/app/outputs/bundle/release/app-release.aab',
|
|
||||||
version_code: "#{last_version+1}",
|
|
||||||
changelog: changelog_from_git_commits(commits_count: 1)
|
|
||||||
)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
lane :deploy_candidate do
|
lane :deploy_candidate do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue