install.fairie/.config/taskfiles/publish/Taskfile-ios.yml
Brian Zalewski f42899b107 Latest
2022-12-24 15:04:59 -05:00

17 lines
539 B
YAML

---
version: '3'
tasks:
beta:
desc: Publishes iOS app to Firebase beta channel
log:
error: Encountered error while publishing iOS app to the Firebase beta channel
start: Publishing iOS app to the Firebase beta channel
success: Successfully published iOS app to the Firebase beta channel
release:
desc: Publishes iOS app to iTunes
log:
error: Encountered error while publishing iOS app to iTunes
start: Publishing iOS app to iTunes
success: Successfully published iOS app to iTunes