This commit is contained in:
Violet Caulfield
2025-02-03 11:23:33 -06:00
parent e72bb31d9b
commit 68d48c5963
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
node-version: 20
- run: echo BUILD_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
- run: npm run init
- run: fastlane match import --readonly
- run: fastlane match --readonly
working-directory: ./ios
env:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}