File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 92
92
- name : Checkout code
93
93
uses : actions/checkout@v4
94
94
with :
95
- fetch-tags : true
95
+ fetch-depth : 0
96
96
97
97
- name : Setup Rust
98
98
uses : dtolnay/rust-toolchain@stable
@@ -140,7 +140,7 @@ jobs:
140
140
- name : Checkout code
141
141
uses : actions/checkout@v4
142
142
with :
143
- fetch-tags : true
143
+ fetch-depth : 0
144
144
- name : Setup pnpm
145
145
uses : pnpm/action-setup@v2
146
146
with :
@@ -173,7 +173,7 @@ jobs:
173
173
- name : Checkout code
174
174
uses : actions/checkout@v4
175
175
with :
176
- fetch-tags : true
176
+ fetch-depth : 0
177
177
- name : Remove tag
178
178
run : git tag -d ${{ needs.tag.outputs.tag }} && git push origin :${{ needs.tag.outputs.tag }}
179
179
@@ -187,8 +187,7 @@ jobs:
187
187
- name : Checkout code
188
188
uses : actions/checkout@v4
189
189
with :
190
- fetch-depth : 5
191
- fetch-tags : true
190
+ fetch-depth : 0
192
191
- name : Download artifacts
193
192
uses : actions/download-artifact@v3
194
193
- name : Generate checksums
You can’t perform that action at this time.
0 commit comments