mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
testing
This commit is contained in:
parent
6e088d17fd
commit
d95a9469ac
@ -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
|
||||
|
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user