Skip to content

Conversation

@graycreate
Copy link
Member

Summary

  • Remove deprecated changesNotSentForReview parameter from Google Play upload workflow
  • This parameter is no longer supported by Google Play Console and was causing upload failures

Issue

Google Play upload was failing with error:

Changes are sent for review automatically. The query parameter changesNotSentForReview must not be set.

Solution

  • Removed changesNotSentForReview: true from both Google Play upload steps in the release workflow
  • This allows the release process to continue without the deprecated parameter

Test plan

  • Release workflow runs successfully
  • Google Play upload completes without errors

🤖 Generated with Claude Code

…Play upload

Google Play Console no longer supports the changesNotSentForReview parameter.
This was causing release uploads to fail with error: "Changes are sent for review automatically. The query parameter changesNotSentForReview must not be set."

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copilot AI review requested due to automatic review settings September 9, 2025 08:52
@graycreate graycreate merged commit d9354da into main Sep 9, 2025
4 checks passed
@graycreate graycreate deleted the bugfix/google-play-upload-fix branch September 9, 2025 08:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes Google Play upload failures by removing the deprecated changesNotSentForReview parameter from the release workflow. Google Play Console no longer supports this parameter and was causing uploads to fail with an error message.

  • Removed deprecated changesNotSentForReview: true parameter from both Google Play upload steps
  • Fixed upload failures caused by Google Play API changes
  • Maintained all other functionality of the release workflow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

2 participants