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 31b9182b53
commit e2a805b74f

View File

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