From 1ed3b5b41bf0c6aca175c03512801d18b564105e Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 15 Jul 2019 00:04:53 -0400 Subject: ci: Set releases to not be pre-releases --- azure-pipelines.yml | 2 +- ci/github-release.yml | 2 +- 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)" -- cgit v1.2.3