Skip to content

Commit 79cc20d

Browse files
authored
chore: fix gh action yaml (#46)
1 parent adada27 commit 79cc20d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/label-version-bump.yml

-8
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ jobs:
5555
id: version-update
5656
run: |
5757
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 ---"
6658
echo "OLD_VERSION=$(echo -n "$OUTPUT" | jq -r '.old_version')" >> "$GITHUB_ENV"
6759
echo "NEW_VERSION=$(echo -n "$OUTPUT" | jq -r '.new_version')" >> "$GITHUB_ENV"
6860

0 commit comments

Comments
 (0)