mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 05:56:56 +00:00
refactor: package name correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
2
.github/workflows/release-secret-cli.yml
vendored
2
.github/workflows/release-secret-cli.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
cd ./packages/nocodb
|
||||
pnpm run build:cli:module
|
||||
cd ../nc-secret-mgr
|
||||
targetVersion=${{ github.event.inputs.tag || inputs.tag }} node ../../scripts/updateVersion.js
|
||||
targetVersion=${{ github.event.inputs.tag || inputs.tag }} node ../../scripts/updateCliVersion.js
|
||||
pnpm run build && pnpm run publish
|
||||
|
||||
# for building images for all platforms these libraries are required in Linux
|
||||
|
||||
Reference in New Issue
Block a user