From c6d7eef72a0fe4b644ec316a0c7ef5b0553e6606 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Thu, 9 May 2024 15:54:51 -0400 Subject: [PATCH] chore: set registry-url for publish --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9170f1b..326081d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 21 + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm install -g typescript && npm install - name: Build