Browse Source

chore: release action

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/6662/head
mertmit 1 year ago
parent
commit
1d2bb6fb5f
  1. 2
      .github/workflows/release-npm.yml

2
.github/workflows/release-npm.yml

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

Loading…
Cancel
Save