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

View File

@ -1,4 +1,4 @@
name: Build alpha release package
name: Publish release preview package
on: push
#on:
@ -7,7 +7,7 @@ on: push
# - 'release/**'
jobs:
build:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
@ -33,5 +33,5 @@ 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
npm publish --dry-run
npm publish

View File

@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "8.4.0-preview",
"version": "8.3.1",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"keywords": [