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
ci,ui: fix cluster-ui-release "check if published" step
The check for whether a version exists in npm is too liberal
with its pattern matching, resulting in pre-release branches
to cause other releases to fail to publish.
Now, a pre-release version will not cause a potential
failure in publish a regular version release.
Epic: None
Release note: None
0 commit comments