From e753bfcc86270280b2fd61b582fdd3a19343fc97 Mon Sep 17 00:00:00 2001 From: Benjamin Halko Date: Tue, 23 Jan 2024 11:32:45 -0800 Subject: [PATCH] Update release-build.yml --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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