From d0e3409bdf8ea977b35b7f84ffecbbfee3563def Mon Sep 17 00:00:00 2001 From: ckoegel Date: Fri, 15 Dec 2023 11:21:11 -0500 Subject: [PATCH] SWI-3691 Fix Git URL and Add Registry --- .github/workflows/deploy.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f98be7..b7de4b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,6 +47,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 + registry-url: "https://registry.npmjs.org" - name: Install Packages and Test run: | diff --git a/package.json b/package.json index 34062ba..1c3f1f4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "OpenAPI-Generator Contributors", "repository": { "type": "git", - "url": "https://github.com/Bandwidth/node-sdk.git" + "url": "git+https://github.com/Bandwidth/node-sdk.git" }, "keywords": [ "axios",