Fix version.
This commit is contained in:
parent
bdc39c5926
commit
2a9b31222b
@ -1,9 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/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}
|
git tag -a ${TAG}
|
||||||
|
|
||||||
if [[ "$@" == *'--from-ci'* ]]
|
if [[ "$@" == *'--from-ci'* ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user