From 3073b6559cd340d2c42ac29205659792459d32de Mon Sep 17 00:00:00 2001 From: Christian Klemm Date: Wed, 16 Oct 2019 02:44:22 +0200 Subject: [PATCH] testing --- .github/workflows/alpha-release-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/alpha-release-build.yml b/.github/workflows/alpha-release-build.yml index a53762c8c..c8fcfc5b0 100644 --- a/.github/workflows/alpha-release-build.yml +++ b/.github/workflows/alpha-release-build.yml @@ -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