From 944c864b84039101c3b05d35b8be54f01e1b6fba Mon Sep 17 00:00:00 2001 From: Bagatur Date: Wed, 12 Mar 2025 04:36:18 -0700 Subject: [PATCH] fix --- .github/workflows/_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index e94a4d7075f..0555fae313f 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -138,6 +138,7 @@ jobs: echo "Previous tag $PREV_TAG not found in git repo" exit 1 fi + fi TAG="${PKG_NAME}==${VERSION}"