From 0a7a05e59ec6c49f93845f008c884d51524ae711 Mon Sep 17 00:00:00 2001 From: Brian Cooper Date: Mon, 4 Dec 2023 16:17:04 -0500 Subject: [PATCH] npm pub --- .github/workflows/components-test-build-deploy.yaml | 2 +- .github/workflows/shared-data-test-lint-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}