From 55dae8bde35d1c60b8c3575ef793e0ee40680d8c Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:29:46 -0300 Subject: [PATCH] fix bash in draft release --- .github/workflows/draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 8552c25b..5969893a 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -33,7 +33,7 @@ jobs: if [ $RESULT -eq 0 ]; then echo "Release $VERSION already exists! Not replacing it.." exit 1 - else + fi - name: Move Files run: |