Skip to content

Commit

Permalink
Better Release Name (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Jul 20, 2023
1 parent f30b519 commit 20a5505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
files: dist/*
tag_name: ${{ github.ref }}
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
- uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit 20a5505

Please sign in to comment.