Update workflow

This commit is contained in:
Zhiyuan Zheng 2021-02-04 00:01:29 +01:00
parent 5ba720138d
commit 4baf90ffd3
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
branches: branches:
- staging - staging
jobs: jobs:
build-ios: build:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- name: -- Step 1 -- Checkout code - name: -- Step 1 -- Checkout code
@ -42,4 +42,4 @@ jobs:
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }} APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }} APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn ios:build run: yarn app:build