Skip to content

Commit 9fb95f6

Browse files
authored
[blast]fix sha for softprops/action-gh-release@ (#7849)
the sha number was not right, also add release note simple proof of working https://github.com/pytorch/test-infra/actions/runs/23258323133/job/67619530285?pr=7849 https://github.com/pytorch/test-infra/releases?q=blast&expanded=true
1 parent e241f3d commit 9fb95f6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/blast-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
blast --help
4141
4242
- name: Create tag and release
43-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05d0d1a5d7c9bf04 # v2.2.1
43+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
4444
with:
4545
tag_name: blast-cli-v${{ steps.version.outputs.version }}
4646
name: Blast CLI v${{ steps.version.outputs.version }}
4747
files: tools/remote_execution/blast/dist/*.whl
48-
generate_release_notes: true
48+
body: |
49+
blast-cli==${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)