Fix broken WooCommerce Beta Tester release action (#47593)

Install and build the core -- removed woocomemrce beta install since it is part of build:zip command
This commit is contained in:
Moon 2024-05-22 10:28:00 +12:00 committed by GitHub
parent cf6e01d0d6
commit f57de64560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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