Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Nov 2, 2023
1 parent cf4e0b6 commit f2d874e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions release-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,20 @@ perform_git_actions() {
}

perform_npm_actions
P1=$!
release_android
# perform_npm_actions
# P1=$!

wait $P1
# wait $P1

release_android &
P2=$!
# release_android &
# P2=$!

release_iOS &
P3=$!
# release_iOS &
# P3=$!

wait $P2 $P3
# wait $P2 $P3

perform_git_actions
# perform_git_actions

say done
# say done

0 comments on commit f2d874e

Please sign in to comment.