Skip to content

build: allow release workflow to be manually triggered against a tag#4283

Merged
aarzilli merged 1 commit into
go-delve:masterfrom
derekparker:workflow-dispatch-tag
Mar 10, 2026
Merged

build: allow release workflow to be manually triggered against a tag#4283
aarzilli merged 1 commit into
go-delve:masterfrom
derekparker:workflow-dispatch-tag

Conversation

@derekparker
Copy link
Copy Markdown
Member

Add a 'tag' input to the workflow_dispatch trigger so releases can be re-run or initiated manually for a specific tag. The checkout step uses the provided tag, and GORELEASER_CURRENT_TAG is set so goreleaser picks up the correct version. A validation step ensures non-dry-run releases require a tag.

Add a 'tag' input to the workflow_dispatch trigger so releases can be
re-run or initiated manually for a specific tag. The checkout step uses
the provided tag, and GORELEASER_CURRENT_TAG is set so goreleaser picks
up the correct version. A validation step ensures non-dry-run releases
require a tag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aarzilli aarzilli merged commit 814b09c into go-delve:master Mar 10, 2026
4 of 5 checks passed
@ofek
Copy link
Copy Markdown

ofek commented Mar 12, 2026

Is it possible to use this now to publish artifacts for the previous release?

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.

3 participants