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

Automatic Google Play publishing with a new release #2369

Open
Donnnno opened this issue Nov 27, 2024 · 2 comments · May be fixed by #2374
Open

Automatic Google Play publishing with a new release #2369

Donnnno opened this issue Nov 27, 2024 · 2 comments · May be fixed by #2374
Assignees
Labels
enhancement New feature or request

Comments

@Donnnno
Copy link
Collaborator

Donnnno commented Nov 27, 2024

Gonna ask the Delta devs for help with this :)

@Donnnno Donnnno added the enhancement New feature or request label Nov 27, 2024
@Donnnno
Copy link
Collaborator Author

Donnnno commented Nov 28, 2024

https://github.com/r0adkll/upload-google-play

    - name: Upload AAB to Google Play beta channel
      uses: r0adkll/upload-google-play@v1
      with:
        track: beta
        status: completed
        releaseFiles: ${{ env.filename }}.aab
        serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT }}
        packageName: ${{ env.package_name }}
        mappingFile: app/build/outputs/mapping/playRelease/mapping.txt
        whatsNewDirectory: changelog
        inAppUpdatePriority: 5
      if: |
        github.repository_owner == env.organization &&
        inputs.publish == true

    - name: Promote beta to production channel
      uses: kevin-david/[email protected]
      with:
        service-account-json-raw: ${{ secrets.SERVICE_ACCOUNT }}
        package-name: ${{ env.package_name }}
        inapp-update-priority: 5
        user-fraction: 1.0
      if: |
        github.repository_owner == env.organization &&
        inputs.release_type == 'prod' &&
        inputs.publish == true

@Kaiserdragon2
Copy link
Collaborator

I can implement this into the release workflow

@Kaiserdragon2 Kaiserdragon2 self-assigned this Nov 30, 2024
@Kaiserdragon2 Kaiserdragon2 linked a pull request Nov 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants