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(ci): trigger dashboard build on release publish (librefang#2043)
dashboard-dist.tar.gz was missing from releases because the workflow
only triggered on dashboard source changes. Now also triggers on
release:published to ensure every release has dashboard assets.
Uses event tag directly when triggered by release to avoid race conditions.
0 commit comments