mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 00:26:43 +00:00
chore: hardcode package name
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
10
.github/workflows/release-npm.yml
vendored
10
.github/workflows/release-npm.yml
vendored
@@ -54,13 +54,13 @@ jobs:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- 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
|
||||
# if [[ ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }} ]]; then
|
||||
# NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
|
||||
# fi
|
||||
echo $NOCODB_SDK_PKG_NAME
|
||||
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 && pnpm --filter=${NOCODB_SDK_PKG_NAME} publish --no-git-checks &&
|
||||
pnpm --filter=nocodb-sdk install --ignore-scripts --no-frozen-lockfile && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb-sdk publish --no-git-checks &&
|
||||
sleep 90 &&
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js &&
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNcGuiVersion.js &&
|
||||
|
||||
Reference in New Issue
Block a user