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 a9e8406 commit 1085fa2
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 @@ -61,14 +61,14 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.calver.outputs.release }}
tag_prefix: ""

- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
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 1085fa2

Please sign in to comment.