Skip to content

Commit 9b019c5

Browse files
author
Jim.Jiang
committed
misc: fix
1 parent 5ebe042 commit 9b019c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
automatic_release_tag: "latest"
7676
prerelease: false
7777
draft: false
78-
tag_name: ${{ github.ref }}
79-
title: Release ${{ github.ref }}
78+
title: Release ${{ github.ref#refs/tags/ }}
8079
files: |
8180
./${{ env.zip_name_without_framework }}
8281
./${{ env.zip_name_with_framework }}

0 commit comments

Comments
 (0)