File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments