diff --git a/.github/workflows/components-test-build-deploy.yaml b/.github/workflows/components-test-build-deploy.yaml index d102b8a8004..310aa366c61 100644 --- a/.github/workflows/components-test-build-deploy.yaml +++ b/.github/workflows/components-test-build-deploy.yaml @@ -206,7 +206,7 @@ jobs: node-version: '16' registry-url: 'https://registry.npmjs.org' - name: 'publish to npm registry' - run: yarn publish --access public + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/shared-data-test-lint-deploy.yaml b/.github/workflows/shared-data-test-lint-deploy.yaml index e0859e72c9c..23dff092618 100644 --- a/.github/workflows/shared-data-test-lint-deploy.yaml +++ b/.github/workflows/shared-data-test-lint-deploy.yaml @@ -257,7 +257,7 @@ jobs: node-version: '16' registry-url: 'https://registry.npmjs.org' - name: 'publish to npm registry' - run: yarn publish --access public + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}