File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
- name : Upload Test Release Asset
205
205
id : create_test_release
206
206
if : startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test')
207
- uses : softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
207
+ uses : softprops/action-gh-release@db560141c659d99bd86de129a0070ee5c0577390
208
208
with :
209
209
prerelease : true
210
210
files : |
@@ -217,7 +217,7 @@ jobs:
217
217
- name : Upload Release Asset
218
218
id : upload-release-asset
219
219
if : startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test')
220
- uses : softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
220
+ uses : softprops/action-gh-release@db560141c659d99bd86de129a0070ee5c0577390
221
221
with :
222
222
files : |
223
223
dist/*.whl
You can’t perform that action at this time.
0 commit comments