mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-07-24 17:05:47 +00:00
fix notice
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
if [[ $CURRENT_TAG != "v"* ]];
|
if [[ $CURRENT_TAG != "v"* ]];
|
||||||
then
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user