Skip to content

Commit

Permalink
Change reference to action to npx wp-scripts packages-update
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 20, 2023
1 parent d3ec339 commit 3679784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ if [ "$UPGRADE_DEPENDENCIES" != "false" ]; then
else
npm ci

# Run the "npm run packages-update" command.
npm run packages-update --dist-tag="wp-$WP_VERSION"
# Run the "npx wp-scripts packages-update" command.
npx wp-scripts packages-update --dist-tag="wp-$WP_VERSION"
fi
else
echo "[action-update-wordpress-plugin] Skipping dependency upgrade."
Expand Down

0 comments on commit 3679784

Please sign in to comment.