From 68f90b5831e06f00717b5c4d1a3f9cceb25eac05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C9=91rry=20Shiv=C9=91m?= Date: Sun, 18 Feb 2024 15:05:13 +0530 Subject: [PATCH] Fix release CI (#117) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 845a5cd3..85b5fd6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: echo Last build tool version is: $BUILD_TOOL_VERSION - name: Set GOOGLE_API_KEY in local properties - run: echo 'GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}' >> ./local.properties + run: echo 'GOOGLE_API_KEY="${{ secrets.GOOGLE_API_KEY }}"' >> ./local.properties - name: set up JDK 17 uses: actions/setup-java@v3