Skip to content

Commit 73f16a5

Browse files
committed
add echo
1 parent 7301fee commit 73f16a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
LATEST_VERSION=$(npm view @redocly/config version)
3030
CURRENT_VERSION=$(jq -r '.dependencies["@redocly/config"] | ltrimstr("^") | ltrimstr("~")' packages/core/package.json)
31+
echo Latest: $LATEST_VERSION, Current: $CURRENT_VERSION
3132
if [ "$LATEST_VERSION" != "$CURRENT_VERSION" ]; then
3233
COMMENT="⚠️ **Redocly Config version mismatch**: The latest published version of \`@redocly/config\` is \`$LATEST_VERSION\`, but the current version is \`$CURRENT_VERSION\`. Please consider updating to the latest version."
3334
echo "$COMMENT"

0 commit comments

Comments
 (0)