Skip to content

Commit

Permalink
fix(ci-cd): Remove unnecessary shell attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 authored May 2, 2024
1 parent 8d1fb08 commit 2507fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/prepare-keystore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2507fd8

Please sign in to comment.