adjust build workflow

This commit is contained in:
Violet Caulfield
2025-02-04 14:54:54 -06:00
parent bdfbaf95a2
commit d11889d49b
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -17,11 +17,7 @@ jobs:
run: echo VERISON_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
- run: npm run init
- name: Output App Store Connect API Key JSON to Fastlane
run: echo -e '${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}' > appstore_connect_api_key.json
working-directory: ./ios/fastlane
- run: fastlane build
working-directory: ./ios
env: