Skip to content

Commit 25535c4

Browse files
committed
TMP
1 parent 80dd3d8 commit 25535c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android_build_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
run: (cd open_wearable/android && bundle install)
6060

6161
- name: Build & deploy Android release
62-
run: (cd open_wearable/android && bundle exec fastlane internal_deploy)
62+
run: (cd open_wearable/android && bundle exec fastlane production_deploy)
6363
env:
6464
OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PASSWORD: ${{ secrets.OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PASSWORD }}

0 commit comments

Comments
 (0)