From 42e4396ae664d1406208c3e2ad8d666c217a4bfb Mon Sep 17 00:00:00 2001 From: Shavonn Brown Date: Thu, 18 Jun 2026 03:01:34 -0400 Subject: [PATCH 1/2] build: update registry --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bff821c..013f192 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '24' - registry-url: 'https://registry.npmjs.org' + registry-url: 'https://npm.pkg.github.com' # NOTE: points at the feature branch so you can test before it's released. # Switch to a tag (e.g. @v2) once the monorepo support ships. @@ -30,4 +30,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} publish-npm: true npm-workspaces: true - npm-token: ${{ secrets.NPM_TOKEN }} + npm-token: ${{ secrets.PACKAGE_WRITE_TOKEN }} From 4ed83ff46a59120188cc98ce1473e0c2c0dffded Mon Sep 17 00:00:00 2001 From: Shavonn Brown Date: Thu, 18 Jun 2026 03:07:56 -0400 Subject: [PATCH 2/2] build: update registry --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 013f192..d2abfc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,3 +31,4 @@ jobs: publish-npm: true npm-workspaces: true npm-token: ${{ secrets.PACKAGE_WRITE_TOKEN }} + npm-registry: 'https://npm.pkg.github.com'