Skip to content

Commit 4cb4c85

Browse files
committed
fix: Show PSR output (was getting consumed for evaluation)
1 parent 9a35dd7 commit 4cb4c85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
5151
run: |
5252
output=$(semantic-release version 2>&1)
53+
echo "$output"
5354
if echo "$output" | grep -q "The next version is"; then
5455
echo "released=true" >> $GITHUB_OUTPUT
5556
else

0 commit comments

Comments
 (0)