Skip to content

Commit 812470a

Browse files
committed
clean up
1 parent f24ef3a commit 812470a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ios.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ jobs:
123123
./scripts/gh-ios-env >> $GITHUB_ENV
124124
125125
- name: Decode and save sentry.properties
126-
run: |
127-
echo ${{ env.SENTRY_PROPERTIES_CONTENT }} | base64 --decode > ./ios/sentry.properties
126+
run:
127+
echo ${{ env.SENTRY_PROPERTIES_CONTENT }} | base64 --decode >
128+
./ios/sentry.properties
128129

129130
# Most of the vars below are set on the ./scripts/gh-ios-env script.
130131
- name: Debug info
@@ -169,12 +170,10 @@ jobs:
169170
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
170171

171172
- name: Run Yarn Install
172-
run: |
173-
yarn install --frozen-lockfile --immutable
173+
run: yarn install --frozen-lockfile --immutable
174174

175175
- name: Run Post Install
176-
run: |
177-
yarn postinstall
176+
run: yarn postinstall
178177

179178
- name: Build and Distribute Application
180179
id: fastlane

0 commit comments

Comments
 (0)