diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 4e1b3b3..7443d01 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -93,8 +93,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: ${{ github.ref}}.${{matrix.ChannelName}}.${{ matrix.targetplatform }} - release_name: ${{ github.ref }}.${{ matrix.ChannelName }}.${{ matrix.targetplatform }} + tag_name: ${{ github.ref }}.${{ matrix.targetplatform }} + release_name: ${{ github.ref_name }}.${{ matrix.targetplatform }} draft: false prerelease: false