Skip to content

Commit

Permalink
Fix broken WooCommerce Beta Tester release action (#47593)
Browse files Browse the repository at this point in the history
Install and build the core -- removed woocomemrce beta install since it is part of build:zip command
  • Loading branch information
moon0326 committed May 21, 2024
1 parent cf6e01d commit f57de64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-wc-beta-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Setup WooCommerce Monorepo
uses: ./.github/actions/setup-woocommerce-monorepo
with:
install: '@woocommerce/plugin-woocommerce-beta-tester'
install: '@woocommerce/plugin-woocommerce'
build: '@woocommerce/plugin-woocommerce'

- name: Lint
working-directory: plugins/woocommerce-beta-tester
Expand Down

0 comments on commit f57de64

Please sign in to comment.