From d8d5941147a89d6d753d32d5b8eb66f9d3e14c39 Mon Sep 17 00:00:00 2001 From: Norbel AMBANUMBEN Date: Mon, 25 Nov 2024 18:03:53 +0100 Subject: [PATCH] attempt to fix app distribution --- .github/workflows/validate.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8ed0f0f7..b8af2f39 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -124,7 +124,7 @@ jobs: distribute: name: Firebase App Distribution runs-on: ubuntu-latest - needs: [ common-tests ] + #needs: [ common-tests ] #if: github.ref == 'refs/heads/main' strategy: matrix: @@ -150,7 +150,8 @@ jobs: cat <<< "${INPUT_SERVICE_CREDENTIALS_FILE_CONTENT}" > service_credentials_content.json npm config set update-notifier false npm install -g firebase-tools - OUTPUT=$(firebase appdistribution:distribute "$INPUT_FILE" --app "$INPUT_APP_ID" --groups "$INPUT_GROUPS" --testers "$INPUT_TESTERS" --release-notes "$(git show -s --format='%an <%ae> , Hash : %H, Message : %s')") - echo "$OUTPUT" - DASHBOARD_URL=$(echo "$OUTPUT" | grep -o 'https://console.firebase.google.com/.*') - echo "Dashboard URL( ${{ matrix.organization }} ): $DASHBOARD_URL" >> $GITHUB_STEP_SUMMARY + firebase appdistribution:distribute "$INPUT_FILE" --app "$INPUT_APP_ID" --groups "$INPUT_GROUPS" --testers "$INPUT_TESTERS" --release-notes "$(git show -s --format='%an <%ae> , Hash : %H, Message : %s')" + # OUTPUT=$(firebase appdistribution:distribute "$INPUT_FILE" --app "$INPUT_APP_ID" --groups "$INPUT_GROUPS" --testers "$INPUT_TESTERS" --release-notes "$(git show -s --format='%an <%ae> , Hash : %H, Message : %s')") + # echo "$OUTPUT" + # DASHBOARD_URL=$(echo "$OUTPUT" | grep -o 'https://console.firebase.google.com/.*') + # echo "Dashboard URL( ${{ matrix.organization }} ): $DASHBOARD_URL" >> $GITHUB_STEP_SUMMARY