mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 12:46:36 +00:00
fix: add bumpNocodbSdkVersion to release-docker
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
4
.github/workflows/release-docker.yml
vendored
4
.github/workflows/release-docker.yml
vendored
@@ -76,6 +76,10 @@ jobs:
|
||||
- name: upgrade packages for nightly build
|
||||
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
|
||||
run: |
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js
|
||||
cd packages/nocodb-sdk
|
||||
npm install && npm run build
|
||||
cd ../..
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js
|
||||
cd packages/nc-gui
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user