From 8e9d65f3a4d9a5205b3eb15e8349bcf9a9496ee6 Mon Sep 17 00:00:00 2001 From: Edgaras Date: Wed, 31 Jul 2024 15:23:13 +0300 Subject: [PATCH] Release 3.0.9 --- .github/workflows/woo-publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/woo-publish.yml b/.github/workflows/woo-publish.yml index cb30736..34d1bd3 100644 --- a/.github/workflows/woo-publish.yml +++ b/.github/workflows/woo-publish.yml @@ -18,8 +18,9 @@ jobs: WHITELABEL: ${{ vars.WHITELABEL_NAME }} FAQ_ENTRIES: ${{ vars.FAQ_ENTRIES }} FEATURES: ${{ vars.FEATURES }} + # sleep 90 is required, because gradle release command takes around 65s, we should start upload zip file after it finishes + # zip file is attached when pipeline is finished run: | - sleep 90 echo $GITHUB_WORKSPACE echo $WORDPRESS_ORG_SLUG ls -ltrh @@ -56,9 +57,13 @@ jobs: file: ${{ vars.WORDPRESS_ORG_SLUG }}.zip asset_name: ${{ vars.WORDPRESS_ORG_SLUG }} tag: ${{ github.ref }} + draft: false + prerelease: false # - name: WordPress Plugin Deploy # id: deploy +# # does not deploy if it's testing repo +# if: ${{ vars.WORDPRESS_ORG_SLUG != 'woo-WhiteLabelGithubOwnerName' }} # uses: 10up/action-wordpress-plugin-deploy@stable # with: # generate-zip: true