You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Setup
release.yml
withon: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:
Why is this needed:
Automation and public provenance.
The text was updated successfully, but these errors were encountered: