Skip to content

Commit e3c5fd1

Browse files
Update .github/workflows/publish-reusable.yml
1 parent 5d5e977 commit e3c5fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
VERSION: ${{ inputs.version }}
7575
NOTES: ${{ inputs.release_notes }}
76-
run: gh release create $VERSION --repo $GITHUB_REPO --notes ""
76+
run: gh release create $VERSION --repo $GITHUB_REPO --notes $NOTES
7777

7878
- name: Upload GitHub Release
7979
env:

0 commit comments

Comments
 (0)