fix(release): align semantic-release config

This commit is contained in:
Kieran Klaassen
2026-03-02 21:21:43 -08:00
parent ea21196cf1
commit b703976b6d
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ jobs:
with: with:
# npm trusted publishing requires Node 22.14.0+. # npm trusted publishing requires Node 22.14.0+.
node-version: "24" node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Release - name: Release
env: env:

View File

@@ -11,7 +11,7 @@
"@semantic-release/github", "@semantic-release/github",
{ {
"successComment": false, "successComment": false,
"failComment": false, "failCommentCondition": false,
"labels": false, "labels": false,
"releasedLabels": false "releasedLabels": false
} }