Skip to content

Commit

Permalink
skip signing
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jan 14, 2019
1 parent 7dfba37 commit f79f0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f79f0a8

Please sign in to comment.