From afb55f3571fb5b79484a86769c08564ed081f322 Mon Sep 17 00:00:00 2001 From: zieladam Date: Fri, 8 Dec 2023 16:07:28 +0000 Subject: [PATCH] Build/Test Tools: Zip WordPress files before npm run clean Fixes a problem in WordPress artifact upload pipeline. The callable-test-core-build-process.yml used to zip the WordPress dist directory after npm run grunt clean runs, producing an empty zip file. This commit moves the zip before the cleanup task. Follow up to [57124]. Props ockham, dmsnell. See #59416. Built from https://develop.svn.wordpress.org/trunk@57174 git-svn-id: http://core.svn.wordpress.org/trunk@56685 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 99ca651d78..6d6e8200aa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57173'; +$wp_version = '6.5-alpha-57174'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.