From 8cc091c7041f9e93ae8f62ce4160038b91494429 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Tue, 20 Jan 2026 01:04:27 +0100 Subject: [PATCH] feat: add Gitea workflow to build and release the Firefox extension. --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c6c5cf3..6dcae96 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: image: node:20-alpine steps: - name: Install dependencies - run: apk add --no-cache zip jq + run: apk add --no-cache zip jq git - name: Checkout repository uses: actions/checkout@v3 @@ -65,7 +65,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - name: Install dependencies - run: apk add --no-cache jq + run: apk add --no-cache jq git - name: Checkout repository uses: actions/checkout@v3