You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Fix goreleaser workflow conditions for tag pushes
The workflow conditions were failing on tag pushes because the `inputs`
context is undefined when not triggered via workflow_dispatch.
Changes:
- Fix "Trigger mql bump in cnspec" to run on tag pushes by checking
`github.event_name == 'push'` as a fallback
- Simplify GoReleaser step conditions to use only the skip-publish step
output, consolidating the logic in one place (the skip-publish step
already checks the input)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments