File tree Expand file tree Collapse file tree 1 file changed +8
-24
lines changed Expand file tree Collapse file tree 1 file changed +8
-24
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
with :
20
20
submodules : recursive
21
-
22
- - name : Get tags
23
- run : |
24
- git fetch --tags
25
- echo $?
26
- git tag --list
21
+ tags : true
22
+ fetch-depth : 0
27
23
28
24
- name : Install pip
29
25
run : sudo apt-get install -y python3-pip
94
90
- uses : actions/checkout@v4
95
91
with :
96
92
submodules : recursive
97
-
98
- - name : Get tags
99
- run : |
100
- git fetch --tags
101
- echo $?
102
- git tag --list
93
+ tags : true
94
+ fetch-depth : 0
103
95
104
96
- name : Install pip
105
97
run : sudo apt-get install -y python3-pip
@@ -145,12 +137,8 @@ jobs:
145
137
- uses : actions/checkout@v4
146
138
with :
147
139
submodules : recursive
148
-
149
- - name : Get tags
150
- run : |
151
- git fetch --tags
152
- echo $?
153
- git tag --list
140
+ tags : true
141
+ fetch-depth : 0
154
142
155
143
- name : Set up Python
156
144
uses : actions/setup-python@v5
@@ -200,12 +188,8 @@ jobs:
200
188
- uses : actions/checkout@v4
201
189
with :
202
190
submodules : recursive
203
-
204
- - name : Get tags
205
- run : |
206
- git fetch --tags
207
- echo $?
208
- git tag --list
191
+ tags : true
192
+ fetch-depth : 0
209
193
210
194
- name : Set up Python
211
195
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments