mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 18:30:10 +02:00
testing
This commit is contained in:
5
.github/workflows/alpha-release-build.yml
vendored
5
.github/workflows/alpha-release-build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
node-version: [10.x]
|
node-version: [10.x]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Setup Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
@@ -38,7 +38,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(echo ${{github.ref}} | tail -c +9)
|
# VERSION=$(echo ${{github.ref}} | tail -c +20)
|
||||||
|
VERSION=8.4.0
|
||||||
echo $VERSION
|
echo $VERSION
|
||||||
npm version --no-git-tag-version $VERSION
|
npm version --no-git-tag-version $VERSION
|
||||||
npm login --registry=https://npm.pkg.github.com/
|
npm login --registry=https://npm.pkg.github.com/
|
||||||
|
Reference in New Issue
Block a user