Skip to content

Commit

Permalink
Use better link to download latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Mar 12, 2024
1 parent 450f0ed commit 9e95de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
run: |
touch .wp-env.json
> .wp-env.json
echo "{ \"core\": $WP_VERSION, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"$PLUGIN_DIR\", \"https://downloads.wordpress.org/plugin/plugin-check.1.0.1.zip\" ] }" >> .wp-env.json
echo "{ \"core\": $WP_VERSION, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"$PLUGIN_DIR\", \"https://downloads.wordpress.org/plugin/plugin-check.latest-stable.zip\" ] }" >> .wp-env.json
npm -g --no-fund i @wordpress/env
wp-env start --update
Expand Down

0 comments on commit 9e95de5

Please sign in to comment.