This commit is contained in:
Christian Klemm 2019-10-16 02:44:22 +02:00
parent af57da8e6b
commit 3073b6559c
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ jobs:
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 set registry https://npm.pkg.github.com/knsv
npm publish --tag alpha --dry-run