fastlane match

This commit is contained in:
Violet Caulfield
2025-02-03 12:19:39 -06:00
parent 3b09a29edf
commit 20f1a99f73
+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 development --readonly
- run: fastlane match adhoc --readonly
working-directory: ./ios
env:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}