Fix typo in release workflow
This commit is contained in:
parent
78050c59ab
commit
9ca4e21ea0
2
.github/workflows/ci-release.yml
vendored
2
.github/workflows/ci-release.yml
vendored
@ -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-
|
||||
|
Loading…
Reference in New Issue
Block a user