diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10659a1..6e0b294 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Decode Keystore id: decode_keystore - if: secrets.SIGNING_KEY_STORE_BASE64 != '' + if: ${{ secrets.SIGNING_KEY_STORE_BASE64 != '' }} uses: timheuer/base64-to-file@v1.2 with: fileName: 'keystore.jks'