Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Codel1417/tail_app
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 20, 2024
2 parents 7da7fce + cd50a4e commit 2f5f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ default_platform(:android)
# note the `..`, since fastlane runs in the _fastlane_ directory
changelog = File.read("../../CHANGELOG.md")
#gradle(task: "clean assembleRelease")
upload_to_play_store(aab: "../build/app/outputs/bundle/release/app-release.aab", track:"beta", release_notes: changelog, version_code: ENV['BUILD_NUMBER'], version_name: ENV['VERSION'], , json_key_data: ENV['GOOGLE_SECRETS'])
upload_to_play_store(aab: "../build/app/outputs/bundle/release/app-release.aab", track:"internal", release_notes: changelog, version_code: ENV['BUILD_NUMBER'], version_name: ENV['VERSION'], , json_key_data: ENV['GOOGLE_SECRETS'])
end
end

0 comments on commit 2f5f0ca

Please sign in to comment.