From 41c5ca1120624eb9d7bacdb25c6819428dbac46d Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 10 Feb 2024 11:10:14 +0100 Subject: [PATCH] Fix: Forgot 'fi' to end if clause in bash snippet --- .github/workflows/ensure-version-consistency.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ensure-version-consistency.yaml b/.github/workflows/ensure-version-consistency.yaml index fab5cd7..c3c85df 100644 --- a/.github/workflows/ensure-version-consistency.yaml +++ b/.github/workflows/ensure-version-consistency.yaml @@ -49,4 +49,4 @@ jobs: exit 1 else echo "Version and git tag match. Check passed." - + fi