mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 20:26:44 +00:00
fix: add build:copy:jsdeliver 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
@@ -77,6 +77,10 @@ jobs:
|
||||
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
|
||||
run: |
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js
|
||||
cd packages/nc-gui
|
||||
npm install
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} npm run build:copy
|
||||
cd ../..
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNcGui.js
|
||||
|
||||
- uses: bahmutov/npm-install@v1
|
||||
|
||||
Reference in New Issue
Block a user