From 0271472421529cc4a762ef53f36eb20e4be4e8ba Mon Sep 17 00:00:00 2001 From: Yevhen Hrytsai Date: Fri, 17 May 2024 02:21:06 +0300 Subject: [PATCH] Test new workflow --- bin/build/prepare-matrices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build/prepare-matrices.sh b/bin/build/prepare-matrices.sh index e1aab68..044637c 100755 --- a/bin/build/prepare-matrices.sh +++ b/bin/build/prepare-matrices.sh @@ -3,7 +3,7 @@ matrix_file='bin/build/matrix-lts.json' # Get slack plugin major common version -pl_common_version=$(. ./get-plugin-major-version.sh common) +pl_common_version=$(. bin/build/get-plugin-major-version.sh common) if [ $pl_common_version -gt 1 ]; then matrix_key='current' else