From 130ee5d49e2ac268cc216d34312b8bcc1b77b771 Mon Sep 17 00:00:00 2001
From: Markus Pesch <markus.pesch@cryptic.systems>
Date: Tue, 3 Jun 2025 21:37:51 +0200
Subject: [PATCH] refac(ci): add more logs into GitHub Actions

---
 .gitea/workflows/release.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml
index 96398f8..c04c5ab 100644
--- a/.gitea/workflows/release.yaml
+++ b/.gitea/workflows/release.yaml
@@ -2,6 +2,8 @@ name: Release
 
 on:
   push:
+    branches:
+    - master
     tags:
     - "**"
 
@@ -22,6 +24,8 @@ jobs:
 
       - name: Add Artifacthub.io annotations
         run: |
+          git tag
+
           NEW_TAG="$(git describe --abbrev=0)"
           OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"