Skip to content

Commit

Permalink
Add release body
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jan 31, 2024
1 parent 774ee0a commit 3c6892e
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 @@ -63,4 +63,6 @@ jobs:
- uses: ncipollo/[email protected]
with:
name: ${{ needs.build.outputs.PACKAGE_NAME }} ${{ needs.build.outputs.PACKAGE_VERSION }}-${{ needs.build.outputs.BUILD_NUMBER }}
body: |
${{ needs.build.outputs.PACKAGE_NAME }} ${{ needs.build.outputs.PACKAGE_VERSION }} (build ${{ needs.build.outputs.BUILD_NUMBER }})
artifacts: "dist/*"

0 comments on commit 3c6892e

Please sign in to comment.