Commit 9c052e2
committed
fix(ci): skip userFraction when rollout is 100%
The r0adkll/upload-google-play action rejects userFraction=1.0 (must be
strictly between 0 and 1). For a full 100% rollout the parameter must be
omitted entirely; the condition now only sets USER_FRACTION when the
rollout percentage is below 100.1 parent a8b6695 commit 9c052e2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments