We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dd3d8 commit 25535c4Copy full SHA for 25535c4
1 file changed
.github/workflows/android_build_and_deploy.yaml
@@ -59,6 +59,6 @@ jobs:
59
run: (cd open_wearable/android && bundle install)
60
61
- name: Build & deploy Android release
62
- run: (cd open_wearable/android && bundle exec fastlane internal_deploy)
+ run: (cd open_wearable/android && bundle exec fastlane production_deploy)
63
env:
64
OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PASSWORD: ${{ secrets.OPEN_WEARABLE_APP_ANDROID_KEYSTORE_PASSWORD }}
0 commit comments