chore(ci): improve publish.sh script
This commit is contained in:
parent
2b84699651
commit
f59683cf4b
1 changed files with 1 additions and 1 deletions
|
@ -71,9 +71,9 @@ for p in * ; do
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "push to git"
|
echo "push to git"
|
||||||
set -e
|
|
||||||
git add "${p}/"
|
git add "${p}/"
|
||||||
git commit -m "${COMMIT_SCOPE}(${p}): ${COMMIT_MESSAGE}"
|
git commit -m "${COMMIT_SCOPE}(${p}): ${COMMIT_MESSAGE}"
|
||||||
|
set -e
|
||||||
git tag "${tag}" --no-sign;
|
git tag "${tag}" --no-sign;
|
||||||
git push --tags origin main;
|
git push --tags origin main;
|
||||||
set +e
|
set +e
|
||||||
|
|
Loading…
Add table
Reference in a new issue