This commit is contained in:
Christian Klemm
2019-10-16 03:23:22 +02:00
parent 6e088d17fd
commit d95a9469ac
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: push
#on: #on:
@@ -7,7 +7,7 @@ on: push
# - 'release/**' # - 'release/**'
jobs: jobs:
build: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
@@ -33,5 +33,5 @@ jobs:
npm version --no-git-tag-version --allow-same-version $VERSION npm version --no-git-tag-version --allow-same-version $VERSION
npm set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN npm set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN
npm set registry https://npm.pkg.github.com/knsv npm set registry https://npm.pkg.github.com/knsv
npm publish --dry-run npm publish

View File

@@ -1,6 +1,6 @@
{ {
"name": "mermaid", "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.", "description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js", "main": "dist/mermaid.core.js",
"keywords": [ "keywords": [