From 42f06c67bb7cef135f32d30a5008adfc6e93ee62 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Thu, 2 May 2024 23:56:14 +0200 Subject: [PATCH] fix(ci-cd): Remove shell attribute --- .github/actions/prepare-keystore/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/prepare-keystore/action.yml b/.github/actions/prepare-keystore/action.yml index 228dc62e3..b6290f01c 100644 --- a/.github/actions/prepare-keystore/action.yml +++ b/.github/actions/prepare-keystore/action.yml @@ -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