Skip to content

Commit 3fa7352

Browse files
committed
bump up @semantic-release/npm version
1 parent 13c5127 commit 3fa7352

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@semantic-release/changelog": "^6.0.3",
102102
"@semantic-release/exec": "^6.0.3",
103103
"@semantic-release/git": "^10.0.1",
104-
"@semantic-release/npm": "^13.0.0",
104+
"@semantic-release/npm": "^13.1.2",
105105
"semantic-release": "^24.2.0",
106106
"@types/chai": "^4.2.3",
107107
"@types/jest": "^29.5.1",

release.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ module.exports = {
3939
npmPublish: false,
4040
},
4141
],
42+
['@semantic-release/npm'],
4243
[
4344
'@semantic-release/exec',
4445
{
4546
prepareCmd: 'sh ./scripts/release.sh',
46-
// Publish using npm CLI with OIDC trusted publishing
47-
publishCmd: 'npm publish',
4847
},
4948
],
5049
[

0 commit comments

Comments
 (0)