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

View File

@ -21,6 +21,9 @@ jobs:
- name: Install Yarn
run: npm i yarn --global
- name: Install Json
run: npm i json --global
- name: Install Packages
run: yarn install
@ -33,5 +36,6 @@ jobs:
npm version --no-git-tag-version --allow-same-version $VERSION
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
npm publish