mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 23:06:57 +00:00
chore: remove unnecessary quotes(docker-build)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
@@ -91,7 +91,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 == 'DEV' || inputs.targetEnv == 'DEV' }} ]]; then
|
||||
NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
|
||||
fi
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js &&
|
||||
|
||||
Reference in New Issue
Block a user