Files
picoclaw/.github/workflows
Guoguo 64282c3764 ci(release): split tag creation and release into separate workflows
- Add `create-tag.yml`: creates annotated tag at a specified commit or
  latest main HEAD, with duplicate tag and commit validation
- Simplify `release.yml`: only accepts existing tags, removes create_tag
  toggle, validates tag via GitHub API before checkout
- Always checkout main branch (fetch-depth: 0 fetches full history),
  then create tag at the specified commit

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 19:01:47 -07:00
..