We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76eed0 commit 3cba0fbCopy full SHA for 3cba0fb
.github/workflows/publish-sample.yml
@@ -166,6 +166,8 @@ jobs:
166
- name: Run fastlane Android
167
env:
168
APP_VERSION: ${{ github.event.inputs.version }}
169
+ GOOGLE_APPLICATION_CREDENTIALS: ${{ env.GOOGLE_APPLICATION_CREDENTIALS }}
170
+ FIREBASEAPPDISTRO_APP: ${{ env.FIREBASEAPPDISTRO_APP }}
171
run: |
172
if [ -n "$APP_VERSION" ]; then
173
yarn deploy:android version:$APP_VERSION
0 commit comments