mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-17 02:25:17 +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:
|
github:
|
||||||
gitHubConnection: StarshipRelease
|
gitHubConnection: StarshipRelease
|
||||||
repositoryName: starship/starship
|
repositoryName: starship/starship
|
||||||
isPreRelease: true
|
isPreRelease: false
|
||||||
|
@ -4,7 +4,7 @@ parameters:
|
|||||||
isPreRelease: false
|
isPreRelease: false
|
||||||
repositoryName: "$(Build.Repository.Name)"
|
repositoryName: "$(Build.Repository.Name)"
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
displayName: "Release to github"
|
displayName: "Release to GitHub"
|
||||||
tarCompression: "none"
|
tarCompression: "none"
|
||||||
archiveType: "zip"
|
archiveType: "zip"
|
||||||
archiveName: "$(Build.Repository.Name)"
|
archiveName: "$(Build.Repository.Name)"
|
||||||
|
Loading…
Reference in New Issue
Block a user