Browse Source

Merge pull request #6662 from nocodb/chore/ms

chore: release action
pull/6665/head
mertmit 11 months ago committed by GitHub
parent
commit
edd28f898c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-npm.yml

2
.github/workflows/release-npm.yml

@ -55,7 +55,7 @@ jobs:
- run: |
export NODE_OPTIONS="--max_old_space_size=16384"
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
fi
echo $NOCODB_SDK_PKG_NAME

Loading…
Cancel
Save