Skip to content

Commit

Permalink
trying a better way to show validation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpalis committed Apr 12, 2024
1 parent e0ef069 commit 71a1070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/validate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
run: |
set -e
echo "Validating changelog for ${{ github.base_ref }}"
#scripts/validate_release.sh -g origin/${{ github.base_ref }}
result=$(scripts/validate_release.sh -g origin/${{ github.base_ref }} 2>&1)
echo "::set-output name=result::$result"
continue-on-error: true # Continue even if the validation fails
Expand Down

0 comments on commit 71a1070

Please sign in to comment.