From 0900d028c52cecbeb0bf183e4c444d81f7fa722a Mon Sep 17 00:00:00 2001 From: Tweeto <91831939+arielt17@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:14:08 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 262f199..0bab696 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ on: - major jobs: release: - if: github.ref == 'main' + if: github.ref_name == 'main' runs-on: ubuntu-latest permissions: contents: write