1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-01-27 00:35:34 +01:00
parent 9ae1612a96
commit 41bfeed56f
24 changed files with 558 additions and 457 deletions

8
publish/publish.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Arguments incorrect"
exit 1
fi
expo publish --release-channel=$1