Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Feb 28, 2024
1 parent ca09662 commit f02ba13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/semver_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
run: |
set -e
echo "output<<SEMVER_STDOUT_EOF" >> $GITHUB_OUTPUT
# Weird sed strip ANSI colors from output
exitcode=0
(make semver-rev rev="$PR_BASE" || exitcode=$?) |& tee -a $GITHUB_OUTPUT
make semver-rev rev="$PR_BASE" |& tee -a $GITHUB_OUTPUT
exitcode=${PIPESTATUS[0]}
echo "Semver checks exitcode: " $exitcode
echo "SEMVER_STDOUT_EOF" >> $GITHUB_OUTPUT
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f02ba13

Please sign in to comment.