mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
ci: Set releases to not be pre-releases
This commit is contained in:
+1
-1
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user