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:
@@ -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 development --readonly
|
||||
- run: fastlane match adhoc --readonly
|
||||
working-directory: ./ios
|
||||
env:
|
||||
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
|
||||
|
||||
@@ -19,7 +19,10 @@ platform :ios do
|
||||
desc "Push a new beta build to TestFlight"
|
||||
lane :beta do
|
||||
setup_ci
|
||||
match(type: "development", readonly: true)
|
||||
sync_code_signing(
|
||||
type: "adhoc",
|
||||
readonly: true
|
||||
)
|
||||
increment_build_number(
|
||||
build_number: ENV['BUILD_NUMBER'],
|
||||
xcodeproj: "Jellify.xcodeproj"
|
||||
|
||||
Reference in New Issue
Block a user