Skip to content

Commit f62e95c

Browse files
committed
fix: change error log to warning in workflow script
1 parent 5382a71 commit f62e95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release_pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "tag=$extracted_tag" >> "$GITHUB_OUTPUT"
3333
echo "::notice::Tag extracted from the Pull Request title: $extracted_tag"
3434
else
35-
echo "::error::No valid tag found in Pull Request title."
35+
echo "::warning::No valid tag found in Pull Request title."
3636
fi
3737
3838
update-packagejson:

0 commit comments

Comments
 (0)