mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:37:33 +00:00
feat(workflows): add scope in setup-node
This commit is contained in:
1
.github/workflows/release-npm.yml
vendored
1
.github/workflows/release-npm.yml
vendored
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user