Browse Source

skip signing

Darien Raymond 6 years ago
parent
commit
f79f0a83c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release/release-ci.sh

+ 1 - 1
release/release-ci.sh

@@ -202,7 +202,7 @@ cp /v2/build/src_all.zip .
 
 
 git add .
 git add .
 git commit -m "Version ${RELEASE_TAG}"
 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 remote add origin "https://${GITHUB_TOKEN}@github.com/v2ray/dist"
 git push -u --force origin master
 git push -u --force origin master