Skip to content

Commit

Permalink
fix: add publishConfig section to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio-PB committed Feb 22, 2021
1 parent 0a3505f commit 0bd471b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"devDependencies": {
"semantic-release": "^17.3.9"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "restricted"
},
"release": {
"branches": ["main"]
}
Expand Down

0 comments on commit 0bd471b

Please sign in to comment.