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

This commit is contained in:
Violet Caulfield
2025-02-03 07:40:53 -06:00
+2 -1
View File
@@ -1,5 +1,6 @@
name: build-ios-app
on:
pull_request:
push:
branches:
- 'main'
@@ -12,7 +13,7 @@ jobs:
with:
node-version: 20
- run: npm run init
- run: fastlane match import
- run: fastlane match
- run: fastlane beta
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}