Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release pipeline: Error occurs if release with same tag name already exists #3449

Closed
Tracked by #3460
mthalman opened this issue May 16, 2023 · 0 comments · Fixed by #3487
Closed
Tracked by #3460

Release pipeline: Error occurs if release with same tag name already exists #3449

mthalman opened this issue May 16, 2023 · 0 comments · Fixed by #3487
Assignees
Labels
area-release-infra Release infrastructure owned by .NET Product Construction

Comments

@mthalman
Copy link
Member

In some cases, it is necessary to run the release stage multiple times, such as when there is an error at some point in the stage that requires a retry or workaround. In such a scenario, if the Create GitHub release step has already been executed from a previous run of the pipeline, it will result in the following error message:

a release with the same tag name already exists: <tag-name>

My expectation is that it should skip creation of the release and output a warning message.

@dotnet-issue-labeler dotnet-issue-labeler bot added area-release Release tasks or related issues untriaged labels May 16, 2023
@MichaelSimons MichaelSimons added area-release-infra Release infrastructure owned by .NET Product Construction and removed area-release Release tasks or related issues untriaged labels May 18, 2023
@premun premun assigned premun and unassigned ali-turan7 May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-release-infra Release infrastructure owned by .NET Product Construction
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants