chore(ci): improve publish.sh script

This commit is contained in:
WrenIX 2024-11-21 21:42:14 +01:00
parent 2b84699651
commit f59683cf4b
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -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