From ccf195821767e3dd89b17d99da7027654e7e2254 Mon Sep 17 00:00:00 2001 From: darkstack <1835601+darkstack@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:11:21 +0100 Subject: [PATCH] Fix Tags v3 --- .gitea/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2ccfdf2..7076cc3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -54,6 +54,9 @@ jobs: retention-days: 30 overwrite: true + - name: Get current date + id: date + run: echo "date=$(echo $(date +'%Y-%m-%d'))" >> $GITHUB_OUTPUT" - name: Release if: github.ref_name == 'master' uses: akkuman/gitea-release-action@v1