Skip to content

fix(ci): skip userFraction when rollout is 100%#74

Merged
inventory69 merged 1 commit into
mainfrom
feature/ci-deploy-google-play
May 16, 2026
Merged

fix(ci): skip userFraction when rollout is 100%#74
inventory69 merged 1 commit into
mainfrom
feature/ci-deploy-google-play

Conversation

@inventory69
Copy link
Copy Markdown
Owner

Summary

  • Fixes the deploy workflow: userFraction=1.0 is rejected by r0adkll/upload-google-play (must be strictly < 1).
  • For 100% rollout the parameter is now omitted entirely; only set for staged rollouts (< 100%).

Root cause

100 / 100 = 1.0 → action threw 'userFraction' must be between 0 and 1! Got 1

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.
@inventory69 inventory69 merged commit bc7edce into main May 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant