修改执行权限

This commit is contained in:
Anyon 2024-08-02 09:14:25 +08:00
parent d91186d6c3
commit d90c507cde

View File

@ -43,8 +43,7 @@ do
if [[ $(git log --pretty="%d" -n 1 | grep tag --count) -eq 0 ]]; then
echo "Releasing $REMOTE"
git tag $VERSION
echo "Git Push Origin --tags $VERSION"
# git push origin --tags
git push origin --tags
fi
)
done