diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index 14b1e583ea..65adad9574 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -40,9 +40,10 @@ jobs: blast --help - name: Create tag and release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05d0d1a5d7c9bf04 # v2.2.1 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: tag_name: blast-cli-v${{ steps.version.outputs.version }} name: Blast CLI v${{ steps.version.outputs.version }} files: tools/remote_execution/blast/dist/*.whl - generate_release_notes: true + body: | + blast-cli==${{ steps.version.outputs.version }}