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

@@ -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 ..