diff --git a/.github/workflows/android-firebase-app-distribution.yml b/.github/workflows/android-firebase-app-distribution.yml index b22015ff..931006dd 100644 --- a/.github/workflows/android-firebase-app-distribution.yml +++ b/.github/workflows/android-firebase-app-distribution.yml @@ -49,7 +49,9 @@ jobs: SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }} SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }} - run: ./gradlew assembleRelease + run: | + echo $STORE_PASSWORD + ./gradlew assembleRelease - name: upload artifact to Firebase App Distribution uses: wzieba/Firebase-Distribution-Github-Action@v1