File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
# force LF for pyproject to make hashFiles in CI consistent (windows <3)
2
2
# (see https://github.com/actions/runner/issues/498)
3
- pyproject.toml text eol =lf export-subst
3
+ pyproject.toml text eol =lf
4
+ pyproject.toml export-subst
Original file line number Diff line number Diff line change 33
33
with :
34
34
token : ${{ steps.generate_token.outputs.token }}
35
35
persist-credentials : false
36
+ fetch-tags : true
36
37
37
38
- name : Set git name/email
38
39
env :
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- uses : actions/checkout@v4
37
+ with :
38
+ fetch-tags : true
37
39
38
40
# Instead of setup-env, we call the cache-pdm action here directly.
39
41
# This avoids having to install PDM, only to find out the cache is already up to date sometimes.
58
60
needs : lock-dependencies
59
61
steps :
60
62
- uses : actions/checkout@v4
63
+ with :
64
+ fetch-tags : true
61
65
62
66
- name : Set up environment
63
67
uses : ./.github/actions/setup-env
79
83
80
84
steps :
81
85
- uses : actions/checkout@v4
82
-
86
+ with :
87
+ fetch-tags : true
83
88
- name : Set up environment
84
89
id : setup-env
85
90
uses : ./.github/actions/setup-env
@@ -125,7 +130,8 @@ jobs:
125
130
needs : lock-dependencies
126
131
steps :
127
132
- uses : actions/checkout@v4
128
-
133
+ with :
134
+ fetch-tags : true
129
135
- name : Set up environment
130
136
id : setup
131
137
uses : ./.github/actions/setup-env
@@ -181,7 +187,8 @@ jobs:
181
187
182
188
steps :
183
189
- uses : actions/checkout@v4
184
-
190
+ with :
191
+ fetch-tags : true
185
192
- name : Set up environment
186
193
id : setup-env
187
194
uses : ./.github/actions/setup-env
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
21
+ with :
22
+ fetch-tags : true
21
23
22
24
- name : Set up environment
23
25
id : setup
@@ -183,6 +185,7 @@ jobs:
183
185
token : ${{ steps.generate_token.outputs.token }}
184
186
persist-credentials : false
185
187
ref : master # the PR action wants a proper base branch
188
+ fetch-tags : true
186
189
187
190
- name : Set git name/email
188
191
env :
You can’t perform that action at this time.
0 commit comments