ci: fix Play Store post-release version bump - #294
Merged
Merged
Conversation
Contributor
|
Visit the preview URL for this PR (updated for commit f3e75fe): https://open-earable-web--pr294-codex-fix-playstore-4g6smzjp.web.app (expires Mon, 12 Oct 2026 10:28:11 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c7397c11177c71d8d81172cea9365829823fb41c |
Contributor
PR Build Artifacts
Full workflow run: https://github.com/OpenEarable/app/actions/runs/34833035137 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Production Play Store uploads succeeded, but the workflow then failed on
version: 1.5.0or tried to approve its own version-bump PR. Accept versions with or without a numeric+buildsuffix, preserve that suffix when present, validate the version before deployment, and leave the generated PR for normal review and merge.Move PR creation into a separate job based on the exact released commit, so deployment and follow-up results are visible separately. Reuse the existing branch or PR when retrying the follow-up job, and link the PR in the workflow summary.
Validation: actionlint and Bash syntax checks passed. Local execution of the workflow scripts covered six valid and six invalid version formats, initial PR creation, retry after PR creation fails, and reuse of an existing PR. These checks used local Git remotes and a stubbed GitHub CLI; no Play Store deployment was triggered.