chore: workflows

This commit is contained in:
Mo
2022-06-09 11:51:36 -05:00
parent 9f8a3d26db
commit 5f2d088384
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
- name: Ruby Setup for Fastlane
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: yarn run init
run: yarn install && yarn run init
- name: Set ssh connection to Github
uses: webfactory/ssh-agent@v0.4.1
with:

View File

@@ -59,7 +59,7 @@ jobs:
run:
echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4)" >> $GITHUB_ENV
- name: Install dependencies
run: yarn run init
run: yarn install && yarn run init
- name: Set ssh connection to Github
uses: webfactory/ssh-agent@v0.4.1
with: