File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Checkout repository
24
24
uses : actions/checkout@v3 # TODO: with... bot?
25
-
26
- - name : Fetch git tags # Required for axion-release-plugin
27
- run : git fetch --tags
25
+ with :
26
+ fetch-depth : 0
28
27
29
28
- name : Set up JDK 17
30
29
uses : actions/setup-java@v3
60
59
- name : Checkout repository
61
60
uses : actions/checkout@v3
62
61
with :
62
+ fetch-depth : 0
63
63
ref : refs/tags/${{ needs.github.outputs.version }}
64
64
65
- - name : Fetch git tags # Required for axion-release-plugin
66
- run : git fetch --tags
67
-
68
65
- name : Set up JDK 17
69
66
uses : actions/setup-java@v3
70
67
with :
Original file line number Diff line number Diff line change 19
19
20
20
- name : Checkout repository
21
21
uses : actions/checkout@v3
22
-
23
- - name : Fetch git tags # Required for axion-release-plugin
24
- run : git fetch --tags
22
+ with :
23
+ fetch-depth : 0
25
24
26
25
- name : Set up JDK 17
27
26
uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments