From 8a8c0f3d9f71a58221dca80473268115bd637a4e Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Wed, 7 Sep 2022 16:40:42 +0800 Subject: [PATCH] feat(workflows): add scope in setup-node --- .github/workflows/release-npm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 57ecb29f72..ae9ca09fd0 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -48,6 +48,7 @@ jobs: with: node-version: 16.15.0 registry-url: 'https://registry.npmjs.org' + scope: '@nocodb' - run: | targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js && cd packages/nocodb-sdk &&