ci: fixed semantic-release from crashing due to lack of npm token

This commit is contained in:
ThinLiquid 2024-01-17 17:36:38 +00:00
parent d5ad19dbc0
commit 624ed55201
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

@ -3,7 +3,9 @@
"plugins": [ "plugins": [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator", "@semantic-release/release-notes-generator",
"@semantic-release/npm", ["@semantic-release/npm", {
"npmPublish": false
}],
"@semantic-release/github" "@semantic-release/github"
] ]
} }