Skip to content

Commit

Permalink
ci: update title of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 13, 2024
1 parent b3bce06 commit 11b5637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gh release create
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--title 'v${{ github.ref_name }}'
--title '${{ github.ref_name }}'
--generate-notes
- name: Upload artifacts to GitHub Release
env:
Expand Down

0 comments on commit 11b5637

Please sign in to comment.