diff --git a/.github/workflows/alpha-release-build.yml b/.github/workflows/alpha-release-build.yml index 967afad56..a53762c8c 100644 --- a/.github/workflows/alpha-release-build.yml +++ b/.github/workflows/alpha-release-build.yml @@ -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