From 4ad358bb7a8a5aee826a80defcf89a73ca63979d Mon Sep 17 00:00:00 2001 From: Haouari haitam Kouider <57036855+haouarihk@users.noreply.github.com> Date: Fri, 28 Jun 2024 06:55:35 +0100 Subject: [PATCH] fixed bug with else statement --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 443ff042..d962f493 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: if [[ "${{ contains(steps.version.outputs.name, '-beta') }}" == 'true' ]]; then cp manifest-beta.json manifest.json else - cp manifest.json manifest.json + echo "do nothing" fi shell: bash