Browse Source

revert(workflows): scope in release-npm

pull/3538/head
Wing-Kam Wong 2 years ago
parent
commit
33cf34546d
  1. 1
      .github/workflows/release-npm.yml

1
.github/workflows/release-npm.yml

@ -48,7 +48,6 @@ jobs:
with:
node-version: 16.15.0
registry-url: 'https://registry.npmjs.org'
scope: '@nocodb'
- run: |
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js &&
cd packages/nocodb-sdk &&

Loading…
Cancel
Save