fix notice

This commit is contained in:
alvicsam
2025-04-04 11:14:08 +02:00
parent ce1766dc64
commit 12a8685f11
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
if [[ $CURRENT_TAG != "v"* ]];
then
echo "::error::Tag $CURRENT_TAG is not a release tag, skipping the check in a PR";
echo "::notice::Tag $CURRENT_TAG is not a release tag, skipping the check in a PR";
exit 0
fi