Fix: Forgot 'fi' to end if clause in bash snippet

This commit is contained in:
Dominik Moritz Roth 2024-02-10 11:10:14 +01:00
parent 4d0ef519d0
commit 41c5ca1120

View File

@ -49,4 +49,4 @@ jobs:
exit 1
else
echo "Version and git tag match. Check passed."
fi