File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ before_deploy:
123123 - git config --global user.name "Travis CI"
124124 - git config --global user.email "builds@travis-ci.org"
125125 - git tag -f ${TAG}
126- - git push https://${repo_token}@github.com/${TRAVIS_REPO_SLUG} --tags
126+ - git push -f https://${repo_token}@github.com/${TRAVIS_REPO_SLUG} --tags
127127
128128deploy :
129129 provider : releases
@@ -132,7 +132,7 @@ deploy:
132132 branch : llvm_release_80
133133 condition : ${BUILD_EXTERNAL} == 1 && ${SHARED_LIBS} == ON && ${repo_token}
134134 file : ${TARBALL}
135- name : Binaries linked against LLVM 8.0.0 (qualification branch)
135+ name : Binaries linked against LLVM 8.0.0
136136 skip_cleanup : true
137- overwrite : false
138- prerelease : true
137+ overwrite : true
138+ prerelease : false
You can’t perform that action at this time.
0 commit comments