Skip to content

Commit

Permalink
🐛 Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kuleshov-aleksei committed Nov 11, 2023
1 parent 9d75350 commit 5cb775f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5cb775f

Please sign in to comment.