File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 server-password : ${{ secrets.OSSRH_PASSWORD }}
3434
3535 - name : Cache local Maven repository
36- uses : actions/cache@v2
37- with :
38- path : ~/.m2/repository
39- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
40- restore-keys : |
41- ${{ runner.os }}-maven-
36+ uses : actions/cache@v2
37+ with :
38+ path : ~/.m2/repository
39+ key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
40+ restore-keys : |
41+ ${{ runner.os }}-maven-
4242
4343 - name : Configure GPG Key
4444 run : |
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 cache : maven
2121
2222 - name : Cache local Maven repository
23- uses : actions/cache@v2
24- with :
25- path : ~/.m2/repository
26- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
27- restore-keys : |
28- ${{ runner.os }}-maven-
23+ uses : actions/cache@v2
24+ with :
25+ path : ~/.m2/repository
26+ key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
27+ restore-keys : |
28+ ${{ runner.os }}-maven-
2929
3030 - name : Configure GPG Key
3131 run : |
You can’t perform that action at this time.
0 commit comments