This commit is contained in:
Christian Klemm 2019-10-16 02:40:09 +02:00
parent 56e9abfc92
commit af57da8e6b
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
VERSION=8.4.0
echo $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 config set registry https://npm.pkg.github.com/knsv
npm publish --tag alpha --dry-run