From 98934330ceb28f867f30b0dd2e3f34acbfde9916 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 31 Aug 2022 23:53:28 +0300 Subject: [PATCH] Update Release.yml --- .github/workflows/Release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 4ef982d..4652a39 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -27,6 +27,3 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} body: ${{ steps.read_release.outputs.RELEASE_BODY }} - overwrite: true - file_glob: true - prerelease: $false