Browse Source

chore: add missing export in action

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6654/head
Pranav C 9 months ago
parent
commit
fc686049ad
  1. 2
      .github/workflows/release-npm.yml

2
.github/workflows/release-npm.yml

@ -54,7 +54,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: |
export NODE_OPTIONS="--max_old_space_size=16384"
NOCODB_SDK_PKG_NAME=nocodb-sdk
export NOCODB_SDK_PKG_NAME=nocodb-sdk
if [[ "${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}" ]]; then
NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
fi

Loading…
Cancel
Save