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 we automatically published the extension when the Changeset PR got merged, but now that we also bump the CLI version through changeset that means that we have to publish the extension whenever we want to release the CLI, which is not great, especially because we want to limit the number of releases of the extension.
This PR removes the PR-closed trigger, which means that to release the extension we have to manually trigger this workflow.
0 commit comments