summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-15 00:04:53 -0400
committerMatan Kushner <hello@matchai.me>2019-07-15 00:04:53 -0400
commit1ed3b5b41bf0c6aca175c03512801d18b564105e (patch)
treee74bf72ceefe75867a3bc3f0b3926efb4f2ff84f
parent92df2174ea60d00da939cf25aed3ff40179d809b (diff)
ci: Set releases to not be pre-releases
-rw-r--r--azure-pipelines.yml2
-rw-r--r--ci/github-release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 509ce5230..73568a16b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -80,4 +80,4 @@ jobs:
github:
gitHubConnection: StarshipRelease
repositoryName: starship/starship
- isPreRelease: true
+ isPreRelease: false
diff --git a/ci/github-release.yml b/ci/github-release.yml
index 052f779f1..7df1ad27c 100644
--- a/ci/github-release.yml
+++ b/ci/github-release.yml
@@ -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)"