Skip to content

Commit

Permalink
Fix release CI (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Feb 18, 2024
1 parent d6926da commit 68f90b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68f90b5

Please sign in to comment.