mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-23 04:08:48 -06:00
ci signing stuff
This commit is contained in:
4
.github/workflows/build-ios-app.yml
vendored
4
.github/workflows/build-ios-app.yml
vendored
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user