We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d2ef0 commit 748693fCopy full SHA for 748693f
.github/workflows/check-release-version.yml
@@ -57,5 +57,5 @@ jobs:
57
- name: Fail workflow if failed
58
if: ${{ steps.compare_version.outputs.version != steps.get_latest_release.outputs.release }}
59
run: |
60
- echo "Versions don't match. Failing the workflow."
+ echo "::error::Versions don't match. Failing the workflow."
61
exit 1
0 commit comments