File tree 4 files changed +14
-7
lines changed
project/.github/workflows
4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 68
68
uses : actions/checkout@v4
69
69
with :
70
70
fetch-depth : 0
71
+ fetch-tags : true
71
72
72
73
- name : Configure Git
73
74
run : |
@@ -101,6 +102,7 @@ jobs:
101
102
uses : actions/checkout@v4
102
103
with :
103
104
fetch-depth : 0
105
+ fetch-tags : true
104
106
105
107
- name : Configure Git
106
108
run : |
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@v4
15
- - name : Fetch all tags
16
- run : git fetch --depth=1 --tags
15
+ with :
16
+ fetch-depth : 0
17
+ fetch-tags : true
17
18
- name : Setup Python
18
19
uses : actions/setup-python@v5
19
20
with :
Original file line number Diff line number Diff line change 25
25
steps:
26
26
- name: Checkout
27
27
uses: actions/checkout@v4
28
-
29
- - name: Fetch all tags
30
- run: git fetch --depth=1 -- tags
28
+ with:
29
+ fetch-depth: 0
30
+ fetch- tags: true
31
31
32
32
- name: Setup Python
33
33
uses: actions/setup-python@v5
@@ -117,6 +117,9 @@ jobs:
117
117
steps:
118
118
- name: Checkout
119
119
uses: actions/checkout@v4
120
+ with:
121
+ fetch-depth: 0
122
+ fetch-tags: true
120
123
121
124
- name: Setup Python
122
125
uses: actions/setup-python@v5
Original file line number Diff line number Diff line change 11
11
steps:
12
12
- name: Checkout
13
13
uses: actions/checkout@v4
14
- - name: Fetch all tags
15
- run: git fetch --depth=1 --tags
14
+ with:
15
+ fetch-depth: 0
16
+ fetch-tags: true
16
17
- name: Setup Python
17
18
uses: actions/setup-python@v5
18
19
with:
You can’t perform that action at this time.
0 commit comments