mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Try tag_name
Why this action so complicated
This commit is contained in:
parent
26cf40dcea
commit
3617bdc9cb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/prodtag.yml
vendored
1
.github/workflows/prodtag.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue