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

CI/CD - Fix Google Play Release #178

Open
goldy1992 opened this issue Jun 17, 2023 · 1 comment
Open

CI/CD - Fix Google Play Release #178

goldy1992 opened this issue Jun 17, 2023 · 1 comment
Assignees
Labels

Comments

@goldy1992
Copy link
Owner

goldy1992 commented Jun 17, 2023

After semantic release has run, commiting the new release, the google-playstore-release.yml is triggered.
The git checkout does not get the latest commit causing the build to fail

Proposed Solution:
If there is a semantic release,

  1. build and package the release bundle within the semantic release workflow
  2. Zip the build files and export from the semantic release flow.
  3. In the google play store release workflow, pass the zip file as an argument and call the playstore release action
@goldy1992 goldy1992 self-assigned this Jun 17, 2023
@goldy1992 goldy1992 added the bug label Jun 17, 2023
@goldy1992 goldy1992 changed the title Fix Google Play Release CI/CD - Fix Google Play Release Jun 17, 2023
@goldy1992
Copy link
Owner Author

This is almost complete as part of the 3.5.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant