update workflow

This commit is contained in:
Violet Caulfield
2025-05-15 11:26:32 -05:00
parent 58e43c9ab3
commit 35359c2538
3 changed files with 6 additions and 4 deletions

View File

@@ -20,6 +20,12 @@ jobs:
- name: 🧵 Run yarn
run: yarn
- name: 👩‍💻 Configure Git
run: |
git config --global user.email "violet@cosmonautical.cloud"
git config --global user.name "anultravioletaurora"
git remote set-url origin https://x-access-token:${{ secrets.SIGNING_REPO_PAT }}@github.com/Jellify-Music/App-Bundles.git
- name: 🤖 Publish Android Update
run: yarn sendOTA:android

View File

@@ -6,8 +6,6 @@ cd ../..
yarn createBundle:android
cd android/App-Bundles
git add .
git config --global user.email "violet@cosmonautical.cloud"
git config --global user.name "anultravioletaurora"
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
git push origin head
cd ..

View File

@@ -8,8 +8,6 @@ cd ../..
yarn createBundle:ios
cd ios/App-Bundles
git add .
git config --global user.email "violet@cosmonautical.cloud"
git config --global user.name "anultravioletaurora"
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
git push origin head
cd ..