mirror of
https://github.com/urosran/cally.git
synced 2026-03-10 18:51:42 +00:00
cicd adjustment
This commit is contained in:
14
.github/workflows/ci-cd.yml
vendored
14
.github/workflows/ci-cd.yml
vendored
@ -6,15 +6,7 @@ env:
|
|||||||
EXPO_ASC_ISSUER_ID: f7d6175c-75fe-416c-b6d1-0bc9eaf87415
|
EXPO_ASC_ISSUER_ID: f7d6175c-75fe-416c-b6d1-0bc9eaf87415
|
||||||
EXPO_APPLE_TEAM_ID: MV9C3PHV87
|
EXPO_APPLE_TEAM_ID: MV9C3PHV87
|
||||||
EXPO_APPLE_TEAM_TYPE: INDIVIDUAL
|
EXPO_APPLE_TEAM_TYPE: INDIVIDUAL
|
||||||
EXPO_TOKEN: qt2h_4xhuhFB-ArysIkzgpsBtWOrrZ-c_So_S9ch
|
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -22,6 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
@ -32,9 +25,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
eas-version: latest
|
eas-version: latest
|
||||||
token: ${{ secrets.EXPO_TOKEN }}
|
token: ${{ secrets.EXPO_TOKEN }}
|
||||||
|
eas-cache: false # Disable EAS cache
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: Prebuild, Build and Submit
|
- name: Prebuild, Build and Submit
|
||||||
run: yarn prebuild-build-submit-ios-cicd
|
run: yarn prebuild-build-submit-ios-cicd
|
||||||
|
|||||||
Reference in New Issue
Block a user