Skip to content

Commit

Permalink
Release 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaraswallee committed Jul 31, 2024
1 parent 63be2b0 commit 8e9d65f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/woo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e9d65f

Please sign in to comment.