chore: workflows
This commit is contained in:
2
.github/workflows/mobile.build-dev.yml
vendored
2
.github/workflows/mobile.build-dev.yml
vendored
@@ -61,8 +61,6 @@ jobs:
|
|||||||
- name: Export version from package.json
|
- name: Export version from package.json
|
||||||
run: |
|
run: |
|
||||||
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4)" >> $GITHUB_ENV
|
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4)" >> $GITHUB_ENV
|
||||||
- name: Set longer yarn timeout
|
|
||||||
run: yarn config set network-timeout 300000
|
|
||||||
- name: Ruby Setup for Fastlane
|
- name: Ruby Setup for Fastlane
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
2
.github/workflows/mobile.build-prod.yml
vendored
2
.github/workflows/mobile.build-prod.yml
vendored
@@ -58,8 +58,6 @@ jobs:
|
|||||||
- name: Export version from package.json
|
- name: Export version from package.json
|
||||||
run:
|
run:
|
||||||
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4)" >> $GITHUB_ENV
|
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4)" >> $GITHUB_ENV
|
||||||
- name: Set longer yarn timeout
|
|
||||||
run: yarn config set network-timeout 300000
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn run init
|
run: yarn run init
|
||||||
- name: Set ssh connection to Github
|
- name: Set ssh connection to Github
|
||||||
|
|||||||
Reference in New Issue
Block a user