Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLee18 authored Sep 15, 2024
1 parent 541a3be commit 4505093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
artifacts: "./target/release/norminette_lsp"
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }} - {{ matrix.os }}
name: Release ${{ steps.tag_version.outputs.new_tag }} - ${{ matrix.os }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 4505093

Please sign in to comment.