adjust pipeline

This commit is contained in:
Violet Caulfield
2025-02-03 12:39:42 -06:00
parent 20f1a99f73
commit 79b0a2d681
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@ jobs:
node-version: 20
- run: echo BUILD_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
- run: npm run init
- run: fastlane match adhoc --readonly
working-directory: ./ios
env:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}