Skip to content

Commit

Permalink
fix: removes extra 'v' from release name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpower432 authored Mar 22, 2024
1 parent 797f1d1 commit cde4fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: '${{ github.event.inputs.version }}',
name: 'v${{ github.event.inputs.version }}',
name: '${{ github.event.inputs.version }}',
generate_release_notes: true,
})
})

0 comments on commit cde4fe0

Please sign in to comment.