mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-26 11:37:32 +00:00
ci: Set releases to not be pre-releases
This commit is contained in:
parent
92df2174ea
commit
1ed3b5b41b
@ -80,4 +80,4 @@ jobs:
|
||||
github:
|
||||
gitHubConnection: StarshipRelease
|
||||
repositoryName: starship/starship
|
||||
isPreRelease: true
|
||||
isPreRelease: false
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user