Skip to content

Commit 96de8dd

Browse files
authored
Update dotnet-desktop.yml
1 parent 3eae32b commit 96de8dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Release .NET Desktop Console App
33
on:
44
push:
55
tags:
6-
- '*'
6+
- 'v*'
77
jobs:
88
build:
99
permissions: write-all
@@ -36,8 +36,8 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
3838
with:
39-
tag_name: ${{ github.ref}}.${{matrix.ChannelName}}.${{ matrix.targetplatform }}
40-
release_name: ${{ github.ref }}.${{ matrix.ChannelName }}.${{ matrix.targetplatform }}
39+
tag_name: ${{ github.ref }}
40+
release_name: Release ${{ github.ref }}
4141
draft: false
4242
prerelease: false
4343

0 commit comments

Comments
 (0)