mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 22:39:26 +02:00
testing
This commit is contained in:
1
.github/workflows/alpha-release-build.yml
vendored
1
.github/workflows/alpha-release-build.yml
vendored
@@ -42,6 +42,7 @@ jobs:
|
|||||||
VERSION=8.4.0
|
VERSION=8.4.0
|
||||||
echo $VERSION
|
echo $VERSION
|
||||||
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 login --registry=https://npm.pkg.github.com/
|
npm login --registry=https://npm.pkg.github.com/
|
||||||
npm config set registry https://npm.pkg.github.com/knsv
|
npm config set registry https://npm.pkg.github.com/knsv
|
||||||
npm publish --tag alpha --dry-run
|
npm publish --tag alpha --dry-run
|
||||||
|
Reference in New Issue
Block a user