Browse Source

Merge pull request #6663 from nocodb/develop

pull/6665/head
github-actions[bot] 11 months ago committed by GitHub
parent
commit
ee0e40b40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/release-npm.yml

1
.github/workflows/release-npm.yml

@ -55,6 +55,7 @@ jobs:
- run: |
export NODE_OPTIONS="--max_old_space_size=16384"
NOCODB_SDK_PKG_NAME=nocodb-sdk
# If targetEnv is DEV, then use nocodb-sdk-daily package
if [[ ${{ github.event.inputs.targetEnv || inputs.targetEnv }} == 'DEV' ]]; then
NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
fi

Loading…
Cancel
Save