Skip to content

Commit

Permalink
Do not use 'v' as a prefix for tags or releases
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Dec 12, 2021
1 parent 1085fa2 commit b9f85cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
tag_prefix: ""

- name: Build a binary wheel and a source tarball
run: |
Expand Down

0 comments on commit b9f85cc

Please sign in to comment.