Browse Source

chore: add todo message

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

1
.github/workflows/release-npm.yml

@ -57,6 +57,7 @@ jobs:
export NOCODB_SDK_PKG_NAME="nocodb-sdk"
if [[ "${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}" ]]; then
export NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
# todo: enable later
exit 0;
fi
echo ${NOCODB_SDK_PKG_NAME}

Loading…
Cancel
Save