ci: dispatch the omni-agent-skills notification from the release workflow - #99
Merged
Merged
Conversation
ernestoongaro
force-pushed
the
ci/dispatch-downstream-from-release
branch
from
September 14, 2026 12:04
eddf849 to
60c3a0b
Compare
ernestoongaro
force-pushed
the
ci/dispatch-downstream-from-release
branch
from
September 14, 2026 12:06
60c3a0b to
2d54ea0
Compare
…flow GoReleaser publishes releases with GITHUB_TOKEN, and GitHub starts no workflow runs from events created with that token, so the separate `release: published` workflow for omni-agent-skills never ran. Send the dispatch as the final step of release.yml instead. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MfN15T2XfsCSJRHu1PfNhD
ernestoongaro
force-pushed
the
ci/dispatch-downstream-from-release
branch
from
September 14, 2026 12:07
2d54ea0 to
f810498
Compare
dspangen
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GoReleaser publishes releases with
GITHUB_TOKEN, and GitHub does not start workflow runs from events created with that token. As a result,notify-downstream.yml(triggered onrelease: published) never ran for a release.This moves its
repository_dispatchintorelease.ymlas the final step, with the same event type and payload, and removes the standalone workflow. The step is skipped for pre-release tags (containing-), the same condition the Homebrew steps use. The receiver only syncs non-pre-release tags.🤖 Generated with Claude Code
https://claude.ai/code/session_01MfN15T2XfsCSJRHu1PfNhD