Fix typo in ci.yml

Fixes: #12690
This commit is contained in:
Hynek Mlnarik 2022-06-23 15:44:04 +02:00 committed by Bruno Oliveira da Silva
parent 4b499c869c
commit ffc1265e9a

View file

@ -464,7 +464,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ env.DEFAULT_JDK_VERSION }}
cahe: 'maven'
cache: 'maven'
- name: Cleanup org.keycloak artifacts
run: rm -rf ~/.m2/repository/org/keycloak >/dev/null || true