From 208177a102932a5c600b0a89b3be0b0b4c667e62 Mon Sep 17 00:00:00 2001 From: EthanPisani Date: Wed, 19 Feb 2025 19:14:00 -0500 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 95110b05..20e60f48 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -85,8 +85,8 @@ jobs: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} with: server_url: ${{ github.server_url }} - tag_name: ${{ github.sha | substring(0, 7) }} - name: Release ${{ github.sha | substring(0, 7) }} + tag_name: ${{ github.sha }} + name: Release ${{ github.sha }} draft: false prerelease: false files: |