diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9a6f1e5f5..920afbfd3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -42,6 +42,6 @@ jobs: echo "NPM_TAG=$NPM_TAG" >> $GITHUB_ENV echo "$NPM_TAG" + - name: Publish packages - # use npm run as yarn run changes the registry and publishes to https://registry.yarnpkg.com - run: npm run deploy ${NPM_TAG} + run: npm publish --tag ${NPM_TAG}