Skip to content

Commit 83298e3

Browse files
committed
Promoting to release
1 parent 049776f commit 83298e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

128128
deploy:
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

0 commit comments

Comments
 (0)