From d98c0c6e8023a3dd2a03519a99a7e59625577077 Mon Sep 17 00:00:00 2001 From: Heonbyeong Date: Thu, 29 Aug 2024 18:39:41 +0900 Subject: [PATCH] chore: remove print key hash --- .github/workflows/android-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 472e5ea5..acae9c71 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -99,11 +99,6 @@ jobs: run: | echo "${{ secrets.DEBUG_KEYSTORE_FILE }}" | base64 --decode > ./app/debug_keystore.jks - - name: Extract Key Hash - run: | - keytool -exportcert -alias ${{ secrets.DEBUG_KEYSTORE_KEY_ALIAS }} -keystore ./app/debug_keystore.jks -storepass ${{ secrets.DEBUG_KEYSTORE_PASSWORD }} | openssl sha1 -binary | openssl base64 - shell: bash - - name: Install Dependencies run: | gem install bundler