Browse Source

feat(workflows): add scope in setup-node

pull/3530/head
Wing-Kam Wong 2 years ago
parent
commit
8a8c0f3d9f
  1. 1
      .github/workflows/release-npm.yml

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

Loading…
Cancel
Save