Fix another typo in the release workflow
This commit is contained in:
parent
8e234c379e
commit
32363461bd
2
.github/workflows/ci-release.yml
vendored
2
.github/workflows/ci-release.yml
vendored
@ -122,7 +122,7 @@ jobs:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ matrix.setup }}-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-${{ matrix.setup }-
|
||||
${{ runner.os }}-maven-${{ matrix.setup }}-
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- name: Create local staging directory
|
||||
|
Loading…
Reference in New Issue
Block a user