Skip to content

Commit 7d3fabd

Browse files
committed
name and tag
1 parent 828a7db commit 7d3fabd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
id: create_release
2828
uses: ncipollo/release-action@v1
2929
with:
30-
release_name: ${{ steps.build.outputs.version }}
30+
name: ${{ steps.build.outputs.version }}
31+
tag: ${{ steps.build.outputs.version }}
3132
artifacts: "dist/*.whl"

0 commit comments

Comments
 (0)