File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
steps :
35
35
- name : Checkout code
36
36
uses : actions/checkout@v4
37
- with :
38
- fetch- tags : true
39
-
37
+ - name : Get tags
38
+ run : git fetch -- tags origin
39
+
40
40
- name : Set up Python
41
41
uses : actions/setup-python@v5
42
42
with :
77
77
steps :
78
78
- name : Checkout code
79
79
uses : actions/checkout@v4
80
- with :
81
- fetch- tags : true
80
+ - name : Get tags
81
+ run : git fetch -- tags origin
82
82
83
83
- name : Set up Python
84
84
uses : actions/setup-python@v5
@@ -119,8 +119,8 @@ jobs:
119
119
# Build and publish to PyPI
120
120
- name : Checkout code
121
121
uses : actions/checkout@v4
122
- with :
123
- fetch- tags : true
122
+ - name : Get tags
123
+ run : git fetch -- tags origin
124
124
125
125
- name : Set up Python
126
126
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments