From 90aedb5ce2119bb7944571c03a9c3aa7d79ea4ec Mon Sep 17 00:00:00 2001 From: Ryan Bas Date: Mon, 24 Nov 2025 13:51:28 -0700 Subject: [PATCH] chore: update-publish --- .github/workflows/publish.yml | 2 -- .npmrc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .npmrc diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0eb720a60..c752459b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,9 +66,7 @@ jobs: commit: 'chore: version-packages' setupGitUser: true env: - HOME: ${{ github.workspace }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: '' - name: Publish Release Steps if: steps.changesets.outputs.published == 'true' diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..214c29d13 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmjs.org/