This commit is contained in:
Christian Klemm 2019-10-16 03:42:37 +02:00
parent f0bbb063dd
commit 49f5b8d150
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 1 additions and 0 deletions

View File

@ -37,5 +37,6 @@ jobs:
npm set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN
npm set registry https://npm.pkg.github.com/knsv
json -I -f package.json -e 'this.name="@knsv/mermaid"' # Package name needs to be set to a scoped one because GitHub registry requires this
json -I -f package.json -e 'this.repository="git://github.com/knsv/mermaid"' # Repo url needs to have a specific format too
npm publish