Skip to content

ci: dispatch the omni-agent-skills notification from the release workflow - #99

Merged
ernestoongaro merged 1 commit into
mainfrom
ci/dispatch-downstream-from-release
Sep 14, 2026
Merged

ernestoongaro merged 1 commit into
mainfrom
ci/dispatch-downstream-from-release

Conversation

@ernestoongaro

@ernestoongaro ernestoongaro commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

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 on release: published) never ran for a release.

This moves its repository_dispatch into release.yml as 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

@ernestoongaro
ernestoongaro force-pushed the ci/dispatch-downstream-from-release branch from eddf849 to 60c3a0b Compare September 14, 2026 12:04
@ernestoongaro ernestoongaro changed the title ci: dispatch downstream notifications from the release workflow ci: dispatch the omni-agent-skills notification from the release workflow Sep 14, 2026
@ernestoongaro
ernestoongaro force-pushed the ci/dispatch-downstream-from-release branch from 60c3a0b to 2d54ea0 Compare September 14, 2026 12:06
…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
ernestoongaro force-pushed the ci/dispatch-downstream-from-release branch from 2d54ea0 to f810498 Compare September 14, 2026 12:07
@ernestoongaro
ernestoongaro merged commit bc42908 into main Sep 14, 2026
2 checks passed
@ernestoongaro
ernestoongaro deleted the ci/dispatch-downstream-from-release branch September 14, 2026 14:43
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.

2 participants