Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #279 from Automattic/wcpay/use-latest-release-asse…
Browse files Browse the repository at this point in the history
…t-for-dev-tools

Use latest release asset for WCPay Dev Tools (public)
  • Loading branch information
dereksmart authored Jun 8, 2023
2 parents a2f3ff2 + 4452aa3 commit ee83299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/woocommerce-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function ( $s ) use ( $cmd ) {
* Installs and activates the WooCommerce Payments Dev Tools plugin on the site.
*/
function add_woocommerce_payments_dev_tools() {
$woocommerce_payments_dev_tools_plugin_url = 'https://github.com/Automattic/woocommerce-payments-dev-tools-ci/archive/trunk.zip';
$woocommerce_payments_dev_tools_plugin_url = 'https://github.com/Automattic/woocommerce-payments-dev-tools-ci/releases/latest/download/woocommerce-payments-dev-tools-trunk.zip';
// We install the trunk version of the plugin.
$cmd = "wp plugin install $woocommerce_payments_dev_tools_plugin_url --activate";

Expand Down

0 comments on commit ee83299

Please sign in to comment.