Skip to content

Commit 45c3375

Browse files
committed
ci: update version path to use monorepo package.json in publish workflow
1 parent 0be83f0 commit 45c3375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
npm whoami
3636
37-
VERSION=$(node -p "require('./package.json').version" )
37+
VERSION=$(node -p "require('./packages/imagekit-editor/package.json').version" )
3838
3939
# Only publish stable versions to the latest tag
4040
if [[ "$VERSION" =~ ^[^-]+$ ]]; then

0 commit comments

Comments
 (0)