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:
33
33
server-password : ${{ secrets.OSSRH_PASSWORD }}
34
34
35
35
- 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-
42
42
43
43
- name : Configure GPG Key
44
44
run : |
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
cache : maven
21
21
22
22
- 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-
29
29
30
30
- name : Configure GPG Key
31
31
run : |
You can’t perform that action at this time.
0 commit comments