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 2a9b31222b - Show all commits

View File

@ -1,9 +1,8 @@
#!/bin/bash
# You can pass --force as first parameter to force push and tag creation.
echo "Creating tag $@"
echo "Creating tag $1"
TAG="v$@"
TAG="v$1"
git tag -a ${TAG}
if [[ "$@" == *'--from-ci'* ]]