We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5be73 commit 5e32815Copy full SHA for 5e32815
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: actions/download-artifact@v3
18
- run: |
19
- gh release create "${TAG}" ./build/*.msi ./build/*.zip
+ gh release create "${TAG}" --notes "Lua ${TAG}" ./build/*.msi ./build/*.zip
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
TAG: ${{ inputs.tag }}
0 commit comments