Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MskTmi authored Jan 27, 2025
1 parent c284536 commit a31b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
COMMIT_MSG=$(git log --pretty=format:"%s" | grep -E "^[0-9]+\.[0-9]+v[0-9]+$" | head -n 1)
if [ -z "$COMMIT_MSG" ]; then
echo "No valid tag found. Exiting workflow."
exit 0
exit 1
fi
echo "::set-output name=message::${COMMIT_MSG}"
Expand Down

0 comments on commit a31b5fa

Please sign in to comment.