Skip to content

Commit ca80862

Browse files
Update softprops/action-gh-release digest to db56014
1 parent c7ae8b8 commit ca80862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- name: Upload Test Release Asset
205205
id: create_test_release
206206
if: startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, '-test')
207-
uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
207+
uses: softprops/action-gh-release@db560141c659d99bd86de129a0070ee5c0577390
208208
with:
209209
prerelease: true
210210
files: |
@@ -217,7 +217,7 @@ jobs:
217217
- name: Upload Release Asset
218218
id: upload-release-asset
219219
if: startsWith(github.ref, 'refs/tags/') && ! endsWith(github.ref, '-test')
220-
uses: softprops/action-gh-release@78c309ef59fdb9557cd6574f2e0be552936ed728
220+
uses: softprops/action-gh-release@db560141c659d99bd86de129a0070ee5c0577390
221221
with:
222222
files: |
223223
dist/*.whl

0 commit comments

Comments
 (0)