Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Mar 15, 2024
1 parent b86d542 commit 7aebe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7aebe48

Please sign in to comment.