Try tag_name
Why this action so complicated
This commit is contained in:
parent
26cf40dcea
commit
3617bdc9cb
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 ..
|
- run: cd dist && zip -r ../phanpy-dist.zip . && cd ..
|
||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
tag_name: ${{ github.ref_name }}
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: phanpy-dist.zip
|
files: phanpy-dist.zip
|
||||||
|
|
Loading…
Reference in a new issue