1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00

skip signing

This commit is contained in:
Darien Raymond
2019-01-14 21:27:42 +01:00
parent 7dfba3724e
commit f79f0a83c9

View File

@@ -202,7 +202,7 @@ cp /v2/build/src_all.zip .
git add .
git commit -m "Version ${RELEASE_TAG}"
git tag -s -a "${RELEASE_TAG}" -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