fix(ci-cd): Remove unnecessary shell attribute

This commit is contained in:
Myzel394 2024-05-02 23:57:18 +02:00 committed by GitHub
parent 8d1fb08176
commit 2507fd832b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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