mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-25 07:25:41 +08:00
修改执行权限
This commit is contained in:
parent
d91186d6c3
commit
d90c507cde
@ -43,8 +43,7 @@ do
|
|||||||
if [[ $(git log --pretty="%d" -n 1 | grep tag --count) -eq 0 ]]; then
|
if [[ $(git log --pretty="%d" -n 1 | grep tag --count) -eq 0 ]]; then
|
||||||
echo "Releasing $REMOTE"
|
echo "Releasing $REMOTE"
|
||||||
git tag $VERSION
|
git tag $VERSION
|
||||||
echo "Git Push Origin --tags $VERSION"
|
git push origin --tags
|
||||||
# git push origin --tags
|
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user