We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c6952 commit 0369460Copy full SHA for 0369460
.github/workflows/release.yml
@@ -127,7 +127,7 @@ jobs:
127
if [ "$CURRENT_VERSION" != "$DESIRED_VERSION" ]; then
128
echo "Updating version from $CURRENT_VERSION to $DESIRED_VERSION"
129
npm version "$DESIRED_VERSION" --no-git-tag-version
130
- echo "Updated version to: $(node -p \"require('./package.json').version\")"
+ echo "Updated version to: $(node -p 'require(\"./package.json\").version')"
131
else
132
echo "Version already set to $DESIRED_VERSION, skipping update."
133
fi
0 commit comments