From 77a387decc3692076c2c9eda492a86b730bd4a0c Mon Sep 17 00:00:00 2001 From: Edgaras Date: Wed, 31 Jul 2024 15:29:02 +0300 Subject: [PATCH] Release 3.0.9 --- .github/workflows/woo-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/woo-publish.yml b/.github/workflows/woo-publish.yml index 97ca8bb..30af180 100644 --- a/.github/workflows/woo-publish.yml +++ b/.github/workflows/woo-publish.yml @@ -57,7 +57,7 @@ jobs: file: ${{ vars.WORDPRESS_ORG_SLUG }}.zip asset_name: ${{ vars.WORDPRESS_ORG_SLUG }} tag: ${{ github.ref }} - draft: false + draft: true promote: true prerelease: true overwrite: true