Skip to content

Add tag input to release-build workflow_dispatch#5020

Merged
pietern merged 9 commits intomainfrom
release-build-tag-param
Apr 19, 2026
Merged

Add tag input to release-build workflow_dispatch#5020
pietern merged 9 commits intomainfrom
release-build-tag-param

Conversation

@pietern
Copy link
Copy Markdown
Contributor

@pietern pietern commented Apr 19, 2026

Summary

  • Adds an optional tag input to the workflow_dispatch trigger of release-build.yml.
  • Both cli and wheel jobs now check out the given tag when provided.
  • GoReleaser omits --snapshot when a tag is dispatched, producing versioned binaries for that tag.

Allows manually dispatching a release build for a specific tag, producing
versioned binaries (not snapshot) for that tag.

Co-authored-by: Isaac
pietern and others added 8 commits April 19, 2026 12:48
When building an older tag, the worktree's .github/actions may predate
actions required by this workflow (e.g. setup-jfrog). Check out the
workflow's own SHA into .workflow-actions and reference local actions
from there.

Co-authored-by: Isaac
@pietern pietern merged commit 37738c3 into main Apr 19, 2026
26 of 30 checks passed
@pietern pietern deleted the release-build-tag-param branch April 19, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants