Update Release.yml

This commit is contained in:
Dmitry Nefedov
2022-09-01 01:01:41 +03:00
committed by GitHub
parent 3135933b86
commit 6af059e117

View File

@@ -26,7 +26,7 @@ jobs:
uses: svenstaro/upload-release-action@master
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Release.txt
file: Release.md
tag: ${{ github.ref }}
body: ${{ env.RELEASE_BODY }}
overwrite: true