Skip to content

Commit 0ef37b4

Browse files
committed
build: Use 'next' tag for package download
1 parent 3b8ce29 commit 0ef37b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/documentation/scripts/downloadPackages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# Constants
5-
readonly UI5_CLI_PACKAGES_VERSION="latest"
5+
readonly UI5_CLI_PACKAGES_VERSION="next"
66
readonly UI5_CLI_PACKAGES=($(find ../../packages/*/package.json -exec jq -r '.name' {} \;))
77

88
# Directories

0 commit comments

Comments
 (0)