Skip to content

Cleanup release.yml workflow#9603

Merged
tobias-tengler merged 5 commits intomainfrom
tte/cleanup-release-workflow
Apr 26, 2026
Merged

Cleanup release.yml workflow#9603
tobias-tengler merged 5 commits intomainfrom
tte/cleanup-release-workflow

Conversation

@tobias-tengler
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 26, 2026 12:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the release automation by removing some redundant logging and streamlining how release artifacts and downstream workflows are handled.

Changes:

  • Removes the “Release context” $GITHUB_STEP_SUMMARY block from the release workflow.
  • Simplifies NuGet package uploads to the GitHub Release into a single gh release upload invocation.
  • Refactors the dispatch-and-watch-workflow composite action to rely on gh workflow run returning a run URL/ID directly (removing correlation-id + polling locate logic).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/release.yml Removes release-context summary output; simplifies .nupkg upload step.
.github/actions/dispatch-and-watch-workflow/action.yml Reworks dispatch logic to derive run URL/ID from gh workflow run output and watches that run.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/actions/dispatch-and-watch-workflow/action.yml
Comment thread .github/actions/dispatch-and-watch-workflow/action.yml
@tobias-tengler tobias-tengler merged commit 435e04c into main Apr 26, 2026
135 of 136 checks passed
@tobias-tengler tobias-tengler deleted the tte/cleanup-release-workflow branch April 26, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants