mirror of
https://github.com/go-delve/delve.git
synced 2026-05-05 20:26:14 +02:00
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>