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

Commit 4452aa3

Browse files
authored
Use latest release asset for WCPay Dev Tools (public)
1 parent a2f3ff2 commit 4452aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/woocommerce-payments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function ( $s ) use ( $cmd ) {
9494
* Installs and activates the WooCommerce Payments Dev Tools plugin on the site.
9595
*/
9696
function add_woocommerce_payments_dev_tools() {
97-
$woocommerce_payments_dev_tools_plugin_url = 'https://github.com/Automattic/woocommerce-payments-dev-tools-ci/archive/trunk.zip';
97+
$woocommerce_payments_dev_tools_plugin_url = 'https://github.com/Automattic/woocommerce-payments-dev-tools-ci/releases/latest/download/woocommerce-payments-dev-tools-trunk.zip';
9898
// We install the trunk version of the plugin.
9999
$cmd = "wp plugin install $woocommerce_payments_dev_tools_plugin_url --activate";
100100

0 commit comments

Comments
 (0)