diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0afc92a..a5ffefe 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -37,7 +37,7 @@ jobs: releaseDirectory: app/build/outputs/apk/preview signingKeyBase64: ${{ secrets.SIGNING_KEYSTORE }} alias: ${{ secrets.SIGNING_KEY_ALIAS }} - keyStorePassword: ${{ secrets.SINGING_STORE_PASSWORD }} + keyStorePassword: ${{ secrets.SIGNING_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} env: BUILD_TOOLS_VERSION: "34.0.0"