operator-framework / operator-lifecycle-manager

A management framework for extending Kubernetes with Operators
https://olm.operatorframework.io
Apache License 2.0
1.67k stars 540 forks source link

GORELEASER GitHub Action resulted in two Draft Releases #3082

Open awgreene opened 8 months ago

awgreene commented 8 months ago

Bug Report

@tmshort pushed a v0.26.0 tag which triggered the goreleaser GitHub Workflow which for some reason created two v0.26.0 Draft Releases. The 10 expected assets were split between these two Draft Releases.

What did you do?

  1. Checkout out the master branch
  2. Pulled changes
  3. Tagged the branch as v0.26.0
  4. Pushed the tag
  5. Waited for the goreleaser GH Workflow to complete
  6. Visited https://github.com/operator-framework/operator-lifecycle-manager/releases and found two v0.26.0 Draft Releases. The 10 assets expected with a release were split between these two drafts.

What did you expect to see? A single v0.26.0 release with all 10 of the expected assets.

What did you see instead? Under which circumstances? Two v0.26.0 Draft Releases. The 10 assets expected with a release were split between these two drafts.

tmshort commented 8 months ago

Were the release note text (or anything else) different?

awgreene commented 8 months ago

Only one of the Draft PRs had commit messages / notes