mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-21 16:56:27 -05:00
push tags on release
This commit is contained in:
parent
aa4ab7fa03
commit
3bf3ce435b
@ -198,7 +198,7 @@ git add .
|
||||
git commit -m "Version ${RELEASE_TAG}"
|
||||
git tag -a "${RELEASE_TAG}" -m "Version ${RELEASE_TAG}"
|
||||
git remote add origin "https://${GITHUB_TOKEN}@github.com/v2ray/dist"
|
||||
git push -u --force origin master
|
||||
git push -u --force --follow-tags origin master
|
||||
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user