Browse Source

chore(gui-v2): debug github action

pull/3273/head
Wing-Kam Wong 2 years ago
parent
commit
2aa746e712
  1. 4
      .github/workflows/release-npm-v2.yml

4
.github/workflows/release-npm-v2.yml

@ -49,12 +49,12 @@ jobs:
node-version: 16.15.0
registry-url: 'https://registry.npmjs.org'
- run: |
ls -al packages
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js &&
cd packages/nocodb-sdk &&
npm install && npm run build && npm publish &&
cd ../.. &&
sleep 30 &&
ls -al packages
sleep 60 &&
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk2.js &&
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/bumpNcGuiVersion.js &&
cd packages/nc-gui-v2 &&

Loading…
Cancel
Save