Skip to content

Commit

Permalink
fix(ci-cd): Remove shell attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 authored May 2, 2024
1 parent 5d0e84e commit 42f06c6
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 @@ -26,7 +26,6 @@ runs:
encodedString: ${{ inputs.keyStoreBase64 }}

- name: Write Keystore properties 🗝️
shell: bash
run: |
echo "storeFile=${{ steps.android_keystore.outputs.filePath }}" > key.properties
echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties
Expand Down

0 comments on commit 42f06c6

Please sign in to comment.