Skip to content

Commit 5e32815

Browse files
authored
add release notes (#8)
1 parent 4d5be73 commit 5e32815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/download-artifact@v3
1818
- run: |
19-
gh release create "${TAG}" ./build/*.msi ./build/*.zip
19+
gh release create "${TAG}" --notes "Lua ${TAG}" ./build/*.msi ./build/*.zip
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
TAG: ${{ inputs.tag }}

0 commit comments

Comments
 (0)