Skip to content

Fix release dispatch for existing tags#6

Merged
sionsmith merged 1 commit into
mainfrom
fix/release-dispatch-tag-input
Jun 4, 2026
Merged

Fix release dispatch for existing tags#6
sionsmith merged 1 commit into
mainfrom
fix/release-dispatch-tag-input

Conversation

@sionsmith
Copy link
Copy Markdown
Contributor

Summary

  • add an explicit workflow_dispatch tag input to release.yml
  • derive RELEASE_TAG consistently for tag pushes and manual dispatches
  • dispatch release.yml from main with the new tag input after auto-tag creates a tag

Verification

  • workflow YAML parse
  • git diff --check

Why

The v0.1.2 tag already exists, but it predates workflow_dispatch in release.yml. Dispatching release.yml from main with a tag input lets us publish v0.1.2 now and keeps future GITHUB_TOKEN-created tags working.

@sionsmith sionsmith merged commit 5fa7ab3 into main Jun 4, 2026
7 checks passed
@sionsmith sionsmith deleted the fix/release-dispatch-tag-input branch June 4, 2026 13:49
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.

1 participant