From afe0198d26970a552aaba85ba27e3be938a3119c Mon Sep 17 00:00:00 2001 From: csmith1865 Date: Fri, 5 Dec 2025 03:36:57 +0000 Subject: [PATCH] Update .github/workflows/release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eb1a1c..ea3003f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,6 @@ jobs: uses: https://github.com/akkuman/gitea-release-action@v1 with: files: release.zip - name: v${{ steps.version.outputs.VERSION }} + name: ${{ steps.version.outputs.VERSION }} env: token: ${{ secrets.TOKEN }} \ No newline at end of file