Skip to content

Commit e83121c

Browse files
committed
ci: fix staged rollout config for prod in gh action
1 parent 333452a commit e83121c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-develop-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
"type": "google-play",
3636
"package-name": "com.wire.internal",
3737
"track": "${{ vars.INTERNAL_APP_TRACK }}",
38-
"status": "completed",
39-
"user-fraction": 1.0
38+
"status": "completed"
4039
}
4140
]
4241
}

.github/workflows/build-main-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
"type": "google-play",
3636
"package-name": "com.wire.android.internal",
3737
"track": "${{ vars.BETA_APP_TRACK_INTERNAL }}",
38-
"user-fraction": 1.0
38+
"status": "completed"
3939
}
4040
]
4141
}

0 commit comments

Comments
 (0)