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

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 }}

View File

@@ -20,7 +20,7 @@ platform :ios do
lane :beta do
setup_ci
sync_code_signing(
type: "adhoc",
type: "development",
readonly: true
)
increment_build_number(