mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-03 19:17:00 +01:00
testing
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user