From f5816483f220692eb986983d09669b84f0764714 Mon Sep 17 00:00:00 2001 From: eduardo aleixo Date: Thu, 24 Feb 2022 16:19:03 -0300 Subject: [PATCH] publish release without draft --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddbf084..862a40b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: tag_name: 'v${{ steps.metadata.outputs.plugin-version }}' release_name: Release ${{ steps.metadata.outputs.plugin-version }} body_path: ${{ steps.changelog.outputs.path }} - draft: true + draft: false - name: Add plugin to release id: upload-plugin-asset