1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 21:19:10 +00:00

ci: Set releases to not be pre-releases

This commit is contained in:
Matan Kushner 2019-07-15 00:04:53 -04:00
parent 92df2174ea
commit 1ed3b5b41b
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
2 changed files with 2 additions and 2 deletions

View File

@ -80,4 +80,4 @@ jobs:
github:
gitHubConnection: StarshipRelease
repositoryName: starship/starship
isPreRelease: true
isPreRelease: false

View File

@ -4,7 +4,7 @@ parameters:
isPreRelease: false
repositoryName: "$(Build.Repository.Name)"
dependsOn: []
displayName: "Release to github"
displayName: "Release to GitHub"
tarCompression: "none"
archiveType: "zip"
archiveName: "$(Build.Repository.Name)"