From 02d3a51473bb22917fbf3ffbf2a23ff977cf78f5 Mon Sep 17 00:00:00 2001 From: GoogilyBoogily Date: Wed, 19 Aug 2026 14:19:26 -0500 Subject: [PATCH] fix: give the pipeline its own concurrency group to avoid a publish deadlock --- .github/workflows/release-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 342084b..f3571b4 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -42,7 +42,7 @@ on: permissions: {} concurrency: - group: npm-publish + group: npm-release cancel-in-progress: true jobs: