Skip to content

Commit 0369460

Browse files
committed
fix release.yml syntax error
1 parent f9c6952 commit 0369460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if [ "$CURRENT_VERSION" != "$DESIRED_VERSION" ]; then
128128
echo "Updating version from $CURRENT_VERSION to $DESIRED_VERSION"
129129
npm version "$DESIRED_VERSION" --no-git-tag-version
130-
echo "Updated version to: $(node -p \"require('./package.json').version\")"
130+
echo "Updated version to: $(node -p 'require(\"./package.json\").version')"
131131
else
132132
echo "Version already set to $DESIRED_VERSION, skipping update."
133133
fi

0 commit comments

Comments
 (0)