Browse Source

chore(gui-v2): debug github action

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

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

@ -49,7 +49,8 @@ jobs:
node-version: 16.15.0 node-version: 16.15.0
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- run: | - run: |
ls -al packages ls -al packages/nc-gui-v2
cat packages/nc-gui-v2/package.json
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 &&
npm install && npm run build && npm publish && npm install && npm run build && npm publish &&

Loading…
Cancel
Save