Skip to content

Commit

Permalink
Update release name
Browse files Browse the repository at this point in the history
  • Loading branch information
denolehov committed Sep 29, 2024
1 parent abf2e91 commit b8451fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: "v${{ steps.get_current_version.outputs.VERSION }}"
name: "Release v${{ steps.get_current_version.outputs.VERSION }}"
name: " v${{ steps.get_current_version.outputs.VERSION }}"
body: "Release of version v${{ steps.get_current_version.outputs.VERSION }}"
draft: false
prerelease: false
Expand Down

0 comments on commit b8451fa

Please sign in to comment.