fix: in Android internal testing release github action, don't promote release to production track (#1323)
This commit is contained in:
parent
93b1f7e21d
commit
6b24b68239
3 changed files with 2 additions and 7 deletions
5
.github/workflows/manual.yml
vendored
5
.github/workflows/manual.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
PangeaChat
|
||||
Pangea Chat
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue