We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fa377 commit 4b618c7Copy full SHA for 4b618c7
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