Skip to content

Commit

Permalink
Fix release naming
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Jun 6, 2024
1 parent 1247eb3 commit 2597c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: github.ref_type == 'tag'
uses: ncipollo/release-action@v1
with:
name: 'MonoGame.Library.FreeType ${{ github.ref_name }}'
name: 'MonoGame.Tool.FFmpeg ${{ github.ref_name }}'
tag: ${{ github.ref_name }}
allowUpdates: true
removeArtifacts: true
Expand Down

0 comments on commit 2597c69

Please sign in to comment.