Fix typo in release workflow

This commit is contained in:
Norman Maurer 2021-05-14 15:34:33 +02:00
parent 605290f821
commit 8e234c379e

View File

@ -120,7 +120,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ matrix.setup }-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-maven-${{ matrix.setup }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-${{ matrix.setup }-
${{ runner.os }}-maven-