From ce19d0e50de5ec442b7fec7a170f360b243eaf05 Mon Sep 17 00:00:00 2001
From: b <b@4j.cx>
Date: Fri, 4 Apr 2025 12:27:07 +0000
Subject: [PATCH] chore: pipeline autoaccept install

---
 .gitea/workflows/release-production.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/release-production.yaml b/.gitea/workflows/release-production.yaml
index 0b882b4..69287cc 100644
--- a/.gitea/workflows/release-production.yaml
+++ b/.gitea/workflows/release-production.yaml
@@ -22,7 +22,7 @@ jobs:
           npm ci
           apt-get update
           apt-get install zip -y
-          apt-get install jq
+          apt-get install jq -y
 
       - name: Create .env File
         run: echo "VITE_MOST_POPULAR_RELAYS=${{ vars.VITE_MOST_POPULAR_RELAYS }}" > .env