From 666dc810c7c45083bbf5cbddd533c7300bcb5525 Mon Sep 17 00:00:00 2001 From: Sai Date: Mon, 9 Sep 2024 22:33:04 -0500 Subject: [PATCH] modify script --- .github/workflows/firebase_deploy_preview.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase_deploy_preview.yml b/.github/workflows/firebase_deploy_preview.yml index 90b2cd952f..59faf9ca86 100644 --- a/.github/workflows/firebase_deploy_preview.yml +++ b/.github/workflows/firebase_deploy_preview.yml @@ -9,7 +9,12 @@ jobs: build_and_preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout Repository + uses: actions/checkout@v4 + - name: Setup Java + uses: ./.github/actions/setup + - name: Assemble + run: ./gradlew --stacktrace assembleRelease - name: Decrypt large secret run: ./.github/executables/decrypt_secret.sh env: