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
Previously, the 'cluster-ui-release' and 'cluster-ui-release-next'
GitHub Actions workflows would fail when no new version needed to be
published. When setup-node performs its post-run actions, it attempts to
cache the global pnpm store. Unfortunately, that caching step fails when
no global pnpm store exists, like during a cache-miss when
`pnpm install` never ran. This caused the entire workflow to be marked
as failed, adding needless noise to anyone who changed a file in
`pkg/ui/workspaces/cluster-ui` without bumping the package version.
Always run `pnpm install`, so that the global pnpm store is always
populated and cacheable.
Release note: None
Epic: none
0 commit comments