ci signing stuff

This commit is contained in:
Violet Caulfield
2025-02-03 11:30:26 -06:00
parent 68d48c5963
commit 3373c36095
2 changed files with 4 additions and 1 deletions

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 --readonly
- run: fastlane match development --readonly
working-directory: ./ios
env:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
@@ -23,5 +23,7 @@ jobs:
- run: fastlane beta
env:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
MATCH_REPO_PAT: "anultravioletaurora:${{ secrets.SIGNING_REPO_PAT }}"
working-directory: ./ios

View File

@@ -19,6 +19,7 @@ platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
setup_ci
match(type: "development", readonly: true)
increment_build_number(
build_number: ENV['BUILD_NUMBER'],
xcodeproj: "Jellify.xcodeproj"