From 9e335749e3cd8bd203cdbdc793cb046bfe229b6d Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Fri, 10 Jan 2025 13:35:31 -0800 Subject: [PATCH] Second last attempt to publish to npm (#768) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf59ce3f..475fc911 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: - uses: Brightspace/third-party-actions@actions/setup-node with: node-version-file: .nvmrc + registry-url: "https://registry.npmjs.org" - name: Incremental Release uses: BrightspaceUI/actions/incremental-release@main with: