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 3cba0fb commit b912773Copy full SHA for b912773
.github/workflows/publish-sample.yml
@@ -166,8 +166,6 @@ 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