|
|
@ -48,7 +48,6 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: 16.15.0 |
|
|
|
node-version: 16.15.0 |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
scope: '@nocodb' |
|
|
|
|
|
|
|
- run: | |
|
|
|
- run: | |
|
|
|
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js && |
|
|
|
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js && |
|
|
|
cd packages/nocodb-sdk && |
|
|
|
cd packages/nocodb-sdk && |
|
|
|