|
|
@ -46,10 +46,9 @@ jobs: |
|
|
|
node-version: '16.x' |
|
|
|
node-version: '16.x' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
registry-url: 'https://registry.npmjs.org' |
|
|
|
- run: | |
|
|
|
- run: | |
|
|
|
|
|
|
|
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 |
|
|
|
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node ../../scripts/bumpNocodbSdkVersion.js |
|
|
|
npm install && npm run build && npm publish |
|
|
|
npm install && npm run build |
|
|
|
|
|
|
|
npm publish |
|
|
|
|
|
|
|
cd ../.. |
|
|
|
cd ../.. |
|
|
|
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js |
|
|
|
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js |
|
|
|
cd packages/nc-gui |
|
|
|
cd packages/nc-gui |
|
|
|