ci: Fix set changelog

This commit is contained in:
Krille 2023-09-12 13:44:45 +02:00
parent d87c4fe6ca
commit 626ee4d021
No known key found for this signature in database

View file

@ -41,12 +41,7 @@ platform :android do
json_key: "./keys.json"
)
last_version = versions[0].to_i
upload_to_play_store(
track: 'internal',
aab: '../build/app/outputs/bundle/release/app-release.aab',
version_code: "#{last_version+1}",
changelog: changelog_from_git_commits(commits_count: 1)
)
upload_to_play_store(track: 'internal', aab: '../build/app/outputs/bundle/release/app-release.aab', version_code: "#{last_version+1}")
end
lane :deploy_candidate do