Skip to content

Commit

Permalink
Refactor: Update release.yaml to include version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Oct 10, 2024
1 parent d375012 commit b179a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
uses: softprops/action-gh-release@v2
with:
draft: true
name: ScoreSight v${{ steps.check.outputs.version }}
generate_release_notes: true
body_path: ${{ github.workspace }}/CHECKSUMS.txt
files: |
${{ github.workspace }}/uploads/scoresight-*.zip
Expand Down

0 comments on commit b179a59

Please sign in to comment.