fix: in Android internal testing release github action, don't promote release to production track (#1323)

This commit is contained in:
ggurdin 2024-12-30 09:51:24 -05:00 committed by GitHub
parent 93b1f7e21d
commit 6b24b68239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 7 deletions

View file

@ -74,11 +74,6 @@ jobs:
bundle install
bundle update fastlane
bundle exec fastlane deploy_internal_test
if [[ $GITHUB_REF_NAME == rc* ]]; then
bundle exec fastlane deploy_candidate
else
bundle exec fastlane deploy_release
fi
cd ..
deploy_ios_testflight: # stashed on old.yml

View file

@ -1 +1 @@
PangeaChat
Pangea Chat

View file

@ -41,7 +41,7 @@ platform :ios do
ipa: "../build/ios/ipa/pangeachat.ipa", # Verify location
distribute_external: true,
groups: "App Store Connect Users",
changelog: "This is a release candidate for PangeaChat. Please test if the app is overall in a good condition before we push this to production.",
changelog: "This is a release candidate for Pangea Chat. Please test if the app is overall in a good condition before we push this to production.",
)
end
end