1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

skip signing

This commit is contained in:
Darien Raymond 2019-01-14 21:27:42 +01:00
parent 7dfba3724e
commit f79f0a83c9
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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