Skip to content

Commit 748693f

Browse files
aliphysper1234
andauthored
ci: add error directly to echo message
Co-authored-by: per1234 <[email protected]>
1 parent 64d2ef0 commit 748693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
- name: Fail workflow if failed
5858
if: ${{ steps.compare_version.outputs.version != steps.get_latest_release.outputs.release }}
5959
run: |
60-
echo "Versions don't match. Failing the workflow."
60+
echo "::error::Versions don't match. Failing the workflow."
6161
exit 1

0 commit comments

Comments
 (0)