mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-28 19:59:43 +02:00
workflow adjusts
This commit is contained in:
13
.github/workflows/alpha-release-build.yml
vendored
13
.github/workflows/alpha-release-build.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user