Merge branch '9-implement-playlist-crud' of github.com:anultravioletaurora/Jellify into 9-implement-playlist-crud

This commit is contained in:
Violet Caulfield
2025-02-03 12:24:37 -06:00
2 changed files with 5 additions and 2 deletions
+1 -1
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 development --readonly
- run: fastlane match adhoc --readonly
working-directory: ./ios
env:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
+4 -1
View File
@@ -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"