From 0f93a01a3796c38349d7a5c51c4d3f8e769c991d Mon Sep 17 00:00:00 2001 From: aerinon Date: Mon, 11 Jan 2021 13:38:30 -0700 Subject: [PATCH] Fix auto release notes --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9aff66c6..b12176d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,6 @@ jobs: body="${body//$'\n'/'%0A'}" body="${body//$'\r'/'%0D'}" echo "::set-output name=body::$body" - if: contains(github.event, 'push') # create a pre/release - name: Create a Pre/Release id: create_release