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