Browse Source

chore(gui-v2): debug github action

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

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

@ -55,7 +55,8 @@ jobs:
cd packages/nocodb-sdk &&
npm install && npm run build && npm publish &&
cd ../.. &&
sleep 60 &&
sleep 60
cat packages/nc-gui-v2/package.json
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