We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adada27 commit 79cc20dCopy full SHA for 79cc20d
.github/workflows/label-version-bump.yml
@@ -55,14 +55,6 @@ jobs:
55
id: version-update
56
run: |
57
OUTPUT=$($GITHUB_WORKSPACE/scripts/version-packages.sh | tail -n1)
58
-# echo " --- DEBUG ZONE ---"
59
-# echo "just the output"
60
-# echo "$OUTPUT"
61
-# echo "now xxd it"
62
-# echo -n "$OUTPUT" | xxd
63
-# # Debug JSON format before parsing
64
-# echo -n "$OUTPUT" | jq .
65
-# echo " --- DEBUG ZONE ENDS ---"
66
echo "OLD_VERSION=$(echo -n "$OUTPUT" | jq -r '.old_version')" >> "$GITHUB_ENV"
67
echo "NEW_VERSION=$(echo -n "$OUTPUT" | jq -r '.new_version')" >> "$GITHUB_ENV"
68
0 commit comments