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 &&