From b703976b6d39f01b85ef3b950cb803587b4de909 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Mon, 2 Mar 2026 21:21:43 -0800 Subject: [PATCH] fix(release): align semantic-release config --- .github/workflows/publish.yml | 1 - .releaserc.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 09c85c9..5dff6bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,6 @@ jobs: with: # npm trusted publishing requires Node 22.14.0+. node-version: "24" - registry-url: "https://registry.npmjs.org" - name: Release env: diff --git a/.releaserc.json b/.releaserc.json index 4cec882..4e47c4e 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -11,7 +11,7 @@ "@semantic-release/github", { "successComment": false, - "failComment": false, + "failCommentCondition": false, "labels": false, "releasedLabels": false }