diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 0b1d74262e..122a4b4265 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -48,5 +48,5 @@ jobs: keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }} keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }} run: | - echo ${{ secrets.SIGNING_KEYSTORE }} | base64 --decode > keystore.jks + echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > keystore.jks npx semantic-release