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 }