From 7902eea432ceef57984b9927c0865ee1784b1343 Mon Sep 17 00:00:00 2001 From: Arne Dumarey Date: Mon, 27 May 2024 15:53:51 +0200 Subject: [PATCH] ci: don't use npm addchannel --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3d7018fa2..08525bbac 100644 --- a/package.json +++ b/package.json @@ -117,6 +117,12 @@ } } ], + "addChannel": [ + { + "path": "@semantic-release/npm", + "npmPublish": false + } + ], "prepare": [ { "path": "@semantic-release/changelog", @@ -144,10 +150,6 @@ "path": "dist/**/*.nupkg" } ] - }, - { - "path": "@semantic-release/npm", - "npmPublish": false } ], "success": [