diff --git a/.github/actions/prepare-keystore/action.yml b/.github/actions/prepare-keystore/action.yml index 49864053..324c4291 100644 --- a/.github/actions/prepare-keystore/action.yml +++ b/.github/actions/prepare-keystore/action.yml @@ -22,7 +22,6 @@ runs: run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > ~/key.jks - name: Write Keystore properties 🗝️ - shell: bash run: | echo "storeFile=~/key.jks" > key.properties echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties