Try tag_name

Why this action so complicated
This commit is contained in:
Lim Chee Aun 2023-10-19 01:12:54 +08:00
parent 26cf40dcea
commit 3617bdc9cb

View file

@ -23,5 +23,6 @@ jobs:
- run: cd dist && zip -r ../phanpy-dist.zip . && cd ..
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref_name }}
generate_release_notes: true
files: phanpy-dist.zip