Pushing tag directly
This commit is contained in:
@ -16,8 +16,8 @@ echo -e "git tag -a '$VERSION' -m 'Releasing $VERSION'"
|
||||
TAG=$(git tag -a "$VERSION" -m "Releasing $VERSION")
|
||||
echo -e $TAG
|
||||
|
||||
echo -e "git push"
|
||||
PUSH=$(git push)
|
||||
echo -e "git push origin $VERSION"
|
||||
PUSH=$(git push origin "$VERSION")
|
||||
echo -e $PUSH
|
||||
|
||||
echo -e "\x1b[32;01m"Done!"\x1b[39;49;00m"
|
||||
Reference in New Issue
Block a user