Skip to content

Commit

Permalink
Fix Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFeline committed Oct 23, 2023
1 parent d658699 commit c75bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.release.tag_name }}
tag_name: release_${{ github.ref_name }}
release_name: Release ${{ steps.get_date.outputs.date }}
draft: true
prerelease: false
Expand Down

0 comments on commit c75bdb8

Please sign in to comment.