Skip to content

Commit

Permalink
ci: don't use npm addchannel
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed May 27, 2024
1 parent 48df854 commit 7902eea
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
}
}
],
"addChannel": [
{
"path": "@semantic-release/npm",
"npmPublish": false
}
],
"prepare": [
{
"path": "@semantic-release/changelog",
Expand Down Expand Up @@ -144,10 +150,6 @@
"path": "dist/**/*.nupkg"
}
]
},
{
"path": "@semantic-release/npm",
"npmPublish": false
}
],
"success": [
Expand Down

0 comments on commit 7902eea

Please sign in to comment.