mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-26 04:58:43 -06:00
Update beta workflow
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
run: echo -e '${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}' > appstore_connect_api_key.json
|
||||
working-directory: ./ios/fastlane
|
||||
|
||||
- name: 🚀 Run fastlane build and publish to TestFlight
|
||||
- name: 🚀 Run iOS fastlane build and publish to TestFlight
|
||||
run: npm run fastlane:ios:beta
|
||||
env:
|
||||
APPSTORE_CONNECT_API_KEY_JSON: ${{ secrets.APPSTORE_CONNECT_API_KEY_JSON }}
|
||||
@@ -35,6 +35,9 @@ jobs:
|
||||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
||||
MATCH_REPO_PAT: "anultravioletaurora:${{ secrets.SIGNING_REPO_PAT }}"
|
||||
|
||||
- name: 🚀 Run Android fastlane build
|
||||
run: npm run fastlane:android:build
|
||||
|
||||
# Commit Fastlane Xcode build number increment
|
||||
- name: 🔢 Commit Xcode build number increment
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
@@ -45,7 +48,7 @@ jobs:
|
||||
- name: 🎉 Create Github release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "ios/Jellify.ipa"
|
||||
artifacts: "ios/Jellify.ipa,android/Jellify.apk"
|
||||
name: ${{ env.VERSION_NUMBER }}
|
||||
prerelease: true
|
||||
tag: ${{ env.VERSION_NUMBER }}
|
||||
Reference in New Issue
Block a user