From cada8419a684450bd615af1701f961d0ba1de8a4 Mon Sep 17 00:00:00 2001 From: Tomas Psota Date: Mon, 1 Jun 2026 07:46:26 +0200 Subject: [PATCH] fix: remove stray fi from Push Release Tag step in github-release.yml Co-authored-by: Cursor --- .github/workflows/github-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 51cfe85..737c675 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -48,7 +48,6 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git tag v${{ env.PACKAGE_VERSION }} git push origin v${{ env.PACKAGE_VERSION }} - fi - name: GitHub Release env: