Skip to content

Commit dbf2b88

Browse files
committed
fix: remove debug logging
Finally, this is working.
1 parent 754ba19 commit dbf2b88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
5151
run: |
5252
output=$(semantic-release version 2>&1)
53-
echo "Debug - Full output:"
54-
echo "$output"
5553
version=$(echo "$output" | head -n 1)
5654
echo "version=$version" >> $GITHUB_OUTPUT
5755
if echo "$output" | grep -q "The next version is"; then

0 commit comments

Comments
 (0)