From f7067f049196dab1b4d36fc9f3dd8c8ac1eb3218 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Wed, 5 Jun 2024 19:47:03 +0100 Subject: [PATCH] It can't detemine the name, maybe this will work --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e779be..6f9ed08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,8 @@ jobs: draft: false prerelease: false # Ref will be tag in this context - release_name: ${{ github.ref }} - tag_name: ${{ github.ref }} + release_name: ${{ gitea.ref }} + tag_name: ${{ gitea.ref }} env: GITHUB_TOKEN: ${{ github.token }}