Copy composer.json to a different path

This commit is contained in:
roykho 2022-05-10 13:20:22 -07:00
parent 635e3f6449
commit aa2cfeabc4
No known key found for this signature in database
GPG Key ID: 00D6C128DC6E0F71
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ jobs:
rm -rf woocommerce/woocommerce-production/woocommerce
- name: Copy Composer over to production
run: cp monorepo/plugins/woocommerce/composer.json tmp/woocommerce-build
run: cp monorepo/plugins/woocommerce/composer.json woocommerce/woocommerce-production
- name: Set up mirror
working-directory: tmp/woocommerce-build