Skip to content

Commit

Permalink
updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Jul 25, 2023
1 parent 1c16160 commit 2d4f2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ perform_pub_actions() {
release_android() {
cd ./android

# bundle install --verbose
bundle install --verbose

# bundle exec fastlane release_on_firebase
bundle exec fastlane release_on_firebase
}

release_iOS() {
Expand Down

0 comments on commit 2d4f2bd

Please sign in to comment.