Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload with automatically review sent #228

Open
1 task done
natoring opened this issue Aug 6, 2024 · 1 comment
Open
1 task done

Upload with automatically review sent #228

natoring opened this issue Aug 6, 2024 · 1 comment
Labels
invalid This doesn't seem right

Comments

@natoring
Copy link

natoring commented Aug 6, 2024

Describe the bug
I am trying to upload without automatically review sent.
Setting changesNotSentForReview: true will cause the upload to fail.

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

How can I achieve uploading without automatically review sent?

Workflow Step Configuration

- name: Deploy Production
  uses: r0adkll/upload-google-play@v1
  with:
    serviceAccountJsonPlainText: ${{ secrets.PLAY_SERVICE_ACCOUNT_JSON }}
    packageName: com.example.app
    releaseFile: app/build/outputs/bundle/release/app-release.aab
    track: internal
    status: draft
    changesNotSentForReview: true

Step Debugging

@natoring natoring added the bug Something isn't working label Aug 6, 2024
@natoring natoring changed the title Upload with automatically review Upload with automatically review sent Aug 6, 2024
@boswelja
Copy link
Collaborator

boswelja commented Aug 7, 2024

This error is coming from Google Play. It is a limitation on their part, something related to your configuration (I want to say status: draft) means that changesNotSentForReview is invalid.

@boswelja boswelja added invalid This doesn't seem right and removed bug Something isn't working labels Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants