We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gonna ask the Delta devs for help with this :)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I can implement this into the release workflow
Kaiserdragon2
Successfully merging a pull request may close this issue.
Gonna ask the Delta devs for help with this :)
The text was updated successfully, but these errors were encountered: