From 91a6f5fdb948f9a9023e521bf94e3ab0ea6d3818 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20Jovan=C3=AD=20Gonz=C3=A1lez?=
 <12443324+drackp2m@users.noreply.github.com>
Date: Sun, 3 Nov 2024 22:41:51 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20release=20not=20needs=20a?=
 =?UTF-8?q?ny=20other=20job?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/release.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f25d5eca..a7f4e24a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,7 +16,6 @@ concurrency:
 jobs:
   release:
     runs-on: ubuntu-latest
-    needs: build
     steps:
       - name: Checkout repository
         uses: actions/checkout@v4