From 46545556c4cc6b6fef2c0fc67d4ddd989e115fc6 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Wed, 26 Jun 2024 10:38:35 -0400 Subject: [PATCH] Remove draft release to test end to end flow once --- .github/workflows/release-azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index b625f078..7ac37e9a 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -340,7 +340,6 @@ extends: tagSource: 'userSpecifiedTag' tag: ${{ parameters.version }} isPrerelease: ${{ parameters.prerelease }} - isDraft: true addChangeLog: false releaseNotesSource: 'inline' releaseNotesInline: "Release ${{ parameters.version }}. See [`CHANGELOG.md`](https://github.com/AzureAD/microsoft-authentication-cli/blob/${{ parameters.version }}/CHANGELOG.md) for updates."