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:
commit
4b4e63b6ed
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue