Browse Source

chore(action): release-npm.yml - npm publish scripts path correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
action-test
Pranav C 2 years ago
parent
commit
e90394b59a
  1. 2
      .github/workflows/release-npm.yml

2
.github/workflows/release-npm.yml

@ -50,8 +50,8 @@ jobs:
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
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node ../../scripts/upgradeNocodbSdk.js
cd ../..
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js
cd packages/nc-gui
npm install
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} npm run build:copy:jsdeliver

Loading…
Cancel
Save