Skip to content

fix(ci): dispatch release-fork from autotag so auto-tags publish a Release#55

Merged
dancinlife merged 1 commit into
void/mainfrom
void/fix-autotag-release-dispatch
Jul 2, 2026
Merged

fix(ci): dispatch release-fork from autotag so auto-tags publish a Release#55
dancinlife merged 1 commit into
void/mainfrom
void/fix-autotag-release-dispatch

Conversation

@dancinlife

Copy link
Copy Markdown
Contributor

GITHUB_TOKEN tag pushes never retrigger tag-triggered workflows (GitHub
loop prevention), so every autotag-created tag (v2.0.0-v2.0.8) silently
shipped no GitHub Release. autotag now runs 'gh workflow run
release-fork.yml' at the new tag ref (workflow_dispatch is exempt from
loop prevention), and release-fork publishes the Release on any tag-ref
run. Branch-ref dispatches stay validation-only. Lesson recorded in
ARCHITECTURE.json convergence (autotag-yml-1).

Co-Authored-By: Claude Fable 5 [email protected]

…lease

GITHUB_TOKEN tag pushes never retrigger tag-triggered workflows (GitHub
loop prevention), so every autotag-created tag (v2.0.0-v2.0.8) silently
shipped no GitHub Release. autotag now runs 'gh workflow run
release-fork.yml' at the new tag ref (workflow_dispatch is exempt from
loop prevention), and release-fork publishes the Release on any tag-ref
run. Branch-ref dispatches stay validation-only. Lesson recorded in
ARCHITECTURE.json convergence (autotag-yml-1).

Co-Authored-By: Claude Fable 5 <[email protected]>
@dancinlife dancinlife merged commit 86e7596 into void/main Jul 2, 2026
38 of 39 checks passed
@dancinlife dancinlife deleted the void/fix-autotag-release-dispatch branch July 2, 2026 20:16
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