Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

[workflows] setup release.yml to eas build submit #51

Open
fuxingloh opened this issue Jun 27, 2023 · 0 comments
Open

[workflows] setup release.yml to eas build submit #51

fuxingloh opened this issue Jun 27, 2023 · 0 comments
Labels
kind/feature New feature request

Comments

@fuxingloh
Copy link
Contributor

What would you like to be added:

Setup release.yml with on:release:types: [created] to automatically build and submit the application via EAS. Use environments with protection rules, variables and secrets to configure the release flow with approvals.

Ideal workflow:

flowchart TD
    A[workflow:on:release:created] --> B(Version)
    B --> |Environment: EAS Build| C(eas build --platform iOS)
    B --> |Environment: EAS Build| D(eas build --platform Android)
    C --> |Environment: EAS Submit| F(eas submit --build-id ios)
    D --> |Environment: EAS Submit| G(eas submit --build-id and)
Loading

Why is this needed:

Automation and public provenance.

@fuxingloh fuxingloh added the kind/feature New feature request label Jun 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant