Merge pull request #140 from Flow-Works/fix/semantic-release-configuration

[🐛] (#137) fixed `semantic-release` from crashing due to lack of npm token
This commit is contained in:
ThinLiquid 2024-01-17 17:37:53 +00:00 committed by GitHub
commit 4b4e63b6ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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