This commit is contained in:
Violet Caulfield
2025-02-03 23:42:29 -06:00
parent ad4e52850a
commit 29ca5cc4d5

View File

@@ -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