Commits
Mike Hardy authored and GitHub committed 61df91f2b09
fix(publish): never auto-cancel publish workflow (#4330) This is the one workflow where cancellation can become a real problem. Two publish actions are spawned for each workflow run (one is dispatched manually, the second is triggered), and if auto-cancellation is in the workflow then the second one kills the first one Reference #4283