We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be83f0 commit 45c3375Copy full SHA for 45c3375
1 file changed
.github/workflows/node-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
35
npm whoami
36
37
- VERSION=$(node -p "require('./package.json').version" )
+ VERSION=$(node -p "require('./packages/imagekit-editor/package.json').version" )
38
39
# Only publish stable versions to the latest tag
40
if [[ "$VERSION" =~ ^[^-]+$ ]]; then
0 commit comments