Skip to content

Commit

Permalink
Write failure message also to the step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok committed Oct 23, 2023
1 parent 1ff4437 commit d2809bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-require-pre-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Fail
if: "${{ !endsWith(steps.get_version.outputs.version, '-pre') }}"
run: |
echo "The version specific in the package.json must have \"-pre\" as suffix for the main branch."
echo "The version specific in the package.json must have \"-pre\" as suffix for the main branch." | tee -a $GITHUB_STEP_SUMMARY
exit 1

0 comments on commit d2809bb

Please sign in to comment.