install.fairie/.config/taskfiles/publish/Taskfile-ios.yml

18 lines
539 B
YAML
Raw Normal View History

2022-12-24 12:04:59 -08:00
---
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