Publish release notes as a pre-release for milestones
This commit updates the "create-github-release" action to allow an additional input that specifies whether this is a pre-release. If that is the case, then the `--prerelease` flag is set. Closes gh-33200
This commit is contained in:
1
.github/workflows/release-milestone.yml
vendored
1
.github/workflows/release-milestone.yml
vendored
@@ -72,3 +72,4 @@ jobs:
|
||||
with:
|
||||
milestone: ${{ needs.build-and-stage-release.outputs.version }}
|
||||
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
prerelease: 'true'
|
||||
|
||||
Reference in New Issue
Block a user