From 55819c82f67e14bb872a00b44168d9557fd6ac26 Mon Sep 17 00:00:00 2001 From: Tinyfish Date: Fri, 14 Jun 2024 16:16:11 +0800 Subject: [PATCH] Fix: create release need tag_name. --- .github/workflows/dotnet-desktop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index d565b55..9bdc6fc 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -63,6 +63,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} draft: false prerelease: false