Skip to content

Commit

Permalink
Don't prefix the release name with v (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroot committed Apr 5, 2024
1 parent 088913e commit 4a016bc
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 @@ -117,7 +117,7 @@ jobs:
run: |
gh release create ${{ github.ref_name }} \
--draft \
--title "v${{ github.ref_name }}"
--title "${{ github.ref_name }}"
- name: Upload Release Assets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4a016bc

Please sign in to comment.