mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
testing
This commit is contained in:
5
.github/workflows/alpha-release-build.yml
vendored
5
.github/workflows/alpha-release-build.yml
vendored
@@ -26,8 +26,9 @@ jobs:
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
# VERSION=$(echo ${{github.ref}} | tail -c +20)-preview
|
||||
VERSION=8.4.0-preview
|
||||
# VERSION=$(echo ${{github.ref}} | tail -c +20)-preview.$PREVIEW_VERSION
|
||||
PREVIEW_VERSION=$(git rev-list --count --first-parent HEAD)
|
||||
VERSION=8.4.0-preview.$PREVIEW_VERSION
|
||||
echo $VERSION
|
||||
npm version --no-git-tag-version --allow-same-version $VERSION
|
||||
npm set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN
|
||||
|
Reference in New Issue
Block a user