From d913a28d9a743cb196c47f283e5c87fe558fb83d Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Fri, 15 Oct 2021 11:43:22 +0800 Subject: [PATCH] ci: remove create release Signed-off-by: Yue Yang --- .github/workflows/release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 412d504..fde871f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,17 +124,6 @@ jobs: popd plugincheck ${{ steps.metadata.outputs.archive }} - - name: Create release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - body_path: ${{ steps.changelog.outputs.path }} - draft: true - - name: Add plugin to release id: upload-plugin-asset uses: actions/upload-release-asset@v1