diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 4652a39..9f817e3 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -27,3 +27,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} body: ${{ steps.read_release.outputs.RELEASE_BODY }} + prerelease: $false