Skip to content

Commit

Permalink
ci: Fix release body.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Nov 23, 2023
1 parent f49845c commit 54f48c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ jobs:
overwrite: true
promote: true
prerelease: true
body: ${{ steps.read_release.outputs.RELEASE_BODY }}
1 change: 1 addition & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
overwrite: true
promote: true
prerelease: true
body: ${{ steps.read_release.outputs.RELEASE_BODY }}

0 comments on commit 54f48c3

Please sign in to comment.