Derek Parker 814b09c165 build: allow release workflow to be manually triggered against 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>
2026-03-10 11:30:18 +01:00
..