Skip to content

Commit 7570249

Browse files
update github action
1 parent f5a8dd7 commit 7570249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:
2525
tag_name: ${{ github.ref }}
26-
release_name: Release ${{ github.ref }}
26+
release_name: ${{ github.ref }}
2727
draft: false
2828
prerelease: false
29+
body: Autogenerated release from GitHub Actions for tag ${{ github.ref }}
2930
- name: Upload Release Asset
3031
id: upload-release-asset
3132
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)