From b78583a228851bb20c7877eeb9ef8b90bfebadfb Mon Sep 17 00:00:00 2001 From: sundarlogan Date: Thu, 9 May 2024 15:33:26 +0530 Subject: [PATCH] ci: removed registry url from action file --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bcc46d..b39f18d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - configId jobs: release: @@ -17,7 +18,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20.x' - registry-url: 'https://registry.npmjs.org' - name: Install Dependencies run: npm install