mirror of
https://github.com/bitwarden/android.git
synced 2026-05-22 04:22:11 -05:00
Remove promote to production lane
This commit is contained in:
16
.github/workflows/publish.yml
vendored
16
.github/workflows/publish.yml
vendored
@@ -112,11 +112,11 @@ jobs:
|
||||
|
||||
bundle exec fastlane updateReleaseNotes
|
||||
|
||||
bundle exec fastlane promoteToProduction \
|
||||
versionCode:"$VERSION_CODE" \
|
||||
rolloutPercentage:"$ROLLOUT_PERCENTAGE" \
|
||||
storePassword:"$PLAY_KEYSTORE_PASSWORD" \
|
||||
keyAlias:upload \
|
||||
keyPassword:"$PLAY_KEY_PASSWORD" \
|
||||
packageName:"$PACKAGE_NAME"\
|
||||
releaseNotes: "$RELEASE_NOTES"
|
||||
# bundle exec fastlane promoteToProduction \
|
||||
# versionCode:"$VERSION_CODE" \
|
||||
# rolloutPercentage:"$ROLLOUT_PERCENTAGE" \
|
||||
# storePassword:"$PLAY_KEYSTORE_PASSWORD" \
|
||||
# keyAlias:upload \
|
||||
# keyPassword:"$PLAY_KEY_PASSWORD" \
|
||||
# packageName:"$PACKAGE_NAME"\
|
||||
# releaseNotes: "$RELEASE_NOTES"
|
||||
|
||||
Reference in New Issue
Block a user