diff --git a/.github/workflows/build-ios-app.yml b/.github/workflows/build-ios-app.yml index 8a3ff0e0..7b44088c 100644 --- a/.github/workflows/build-ios-app.yml +++ b/.github/workflows/build-ios-app.yml @@ -20,7 +20,7 @@ jobs: - run: npm run init - name: Output App Store Connect API Key JSON to Fastlane - run: echo `${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}` > appstore_connect_api_key.json + run: echo "${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}" > appstore_connect_api_key.json working-directory: ./ios/fastlane - run: fastlane beta