drone-sigh #57

Merged
AmineB merged 24 commits from drone-sigh into master 2022-09-14 10:32:01 +00:00
Showing only changes of commit 065b59eb7b - Show all commits

View File

@ -3,7 +3,7 @@
echo "Creating tag $1"
TAG="v$1"
git tag -a ${TAG}
git tag -a ${TAG} -m ${TAG}
if [[ "$@" == *'--from-ci'* ]]
then