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}"