Update Release.yml

This commit is contained in:
Dmitry Nefedov
2022-08-31 23:56:07 +03:00
committed by GitHub
parent c86ea77780
commit 5b0a89e586

View File

@@ -25,6 +25,9 @@ jobs:
uses: svenstaro/upload-release-action@master
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Release.txt
tag: ${{ github.ref }}
body: ${{ steps.read_release.outputs.RELEASE_BODY }}
overwrite: true
file_glob: true
prerelease: $false