workflow adjusts

This commit is contained in:
Christian Klemm 2019-10-15 23:11:22 +02:00
parent 5f1246280c
commit 6a33ac05a3
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
3 changed files with 15 additions and 2 deletions

View File

@ -32,3 +32,16 @@ jobs:
- name: E2E Test
run: yarn e2e
- name: E2E Test
run: yarn e2e
- name: Publish
run: |
VERSION=$(echo ${{github.ref}} | tail -c +9)
echo $VERSION
npm version --no-git-tag-version $VERSION
npm login --registry=https://npm.pkg.github.com/
npm config set registry https://npm.pkg.github.com/knsv
npm publish --tag alpha --dry-run

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "8.3.1",
"version": "8.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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