From f59683cf4b5f66d348370a2d8660a678be86150d Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 21 Nov 2024 21:42:14 +0100 Subject: [PATCH] chore(ci): improve publish.sh script --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index c281d2d..d0596e5 100755 --- a/publish.sh +++ b/publish.sh @@ -71,9 +71,9 @@ for p in * ; do echo echo "push to git" - set -e git add "${p}/" git commit -m "${COMMIT_SCOPE}(${p}): ${COMMIT_MESSAGE}" + set -e git tag "${tag}" --no-sign; git push --tags origin main; set +e