Skip to content

Commit

Permalink
.github: fix release notes title, drop dup 'v'
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 2, 2023
1 parent deaebdf commit 3903432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Create and upload release ...
uses: ncipollo/release-action@v1
with:
name: libnet v${{ github.ref_name }}
name: libnet ${{ github.ref_name }}
bodyFile: "release.md"
artifacts: "artifacts/*"

0 comments on commit 3903432

Please sign in to comment.