chore: workflows

This commit is contained in:
Mo 2022-06-09 11:46:21 -05:00
parent 569736b346
commit 72e0d40805
No known key found for this signature in database
GPG Key ID: 034B13B1644297E1
2 changed files with 0 additions and 4 deletions

View File

@ -61,8 +61,6 @@ jobs:
- name: Export version from package.json
run: |
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
uses: ruby/setup-ruby@v1
- name: Install dependencies

View File

@ -58,8 +58,6 @@ jobs:
- name: Export version from package.json
run:
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
run: yarn run init
- name: Set ssh connection to Github