From 7aebe48c7597c988e02a9444c52e2db8860169c9 Mon Sep 17 00:00:00 2001 From: cipchk Date: Fri, 15 Mar 2024 16:44:37 +0800 Subject: [PATCH] ci: fix --- scripts/ci/build-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/build-artifacts.sh b/scripts/ci/build-artifacts.sh index 48639adc9..82b457c12 100755 --- a/scripts/ci/build-artifacts.sh +++ b/scripts/ci/build-artifacts.sh @@ -43,7 +43,7 @@ buildCommitMessage="${branchName} - ${MESSAGE}" repoUrl="https://github.com/ng-alain/${packageRepo}.git" repoDir="${DIST}/${packageRepo}" -echo "Starting publish process ${buildVersionName} into ${branchName}.." +echo "Starting publish process ${buildVersionName} into ${branchName}(tag:${buildTagName}).." rm -rf ${repoDir} mkdir -p ${repoDir}