mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-20 06:30:06 -05:00
Merge branch '9-implement-playlist-crud' of github.com:anultravioletaurora/Jellify into 9-implement-playlist-crud
This commit is contained in:
@@ -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