update workflow

This commit is contained in:
Violet Caulfield
2025-02-04 09:53:48 -06:00
parent 0fc1cc3e98
commit 3da267f5d6
+1 -1
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 -e '${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}' > appstore_connect_api_key.json
working-directory: ./ios/fastlane
- run: cat appstore_connect_api_key.json