mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 18:35:17 +00:00
refactor(workflows): remove unnecessary if statement
This commit is contained in:
5
.github/workflows/release-docker.yml
vendored
5
.github/workflows/release-docker.yml
vendored
@@ -90,10 +90,7 @@ jobs:
|
||||
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
|
||||
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
|
||||
NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
|
||||
fi
|
||||
NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js &&
|
||||
pnpm --filter=${NOCODB_SDK_PKG_NAME} install --ignore-scripts --no-frozen-lockfile && pnpm --filter=${NOCODB_SDK_PKG_NAME} run build &&
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js &&
|
||||
|
||||
Reference in New Issue
Block a user