Skip to content

Commit 2885ae3

Browse files
committed
fix: Release names in CD
1 parent d902393 commit 2885ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
steps:
9595
- uses: actions/download-artifact@v4
9696
with:
97-
merge-multiple: true
98-
97+
merge-multiple: true
9998
- name: Upload Release Asset
10099
uses: softprops/action-gh-release@v2
101100
with:
102101
tag_name: ${{ github.ref_name }}
102+
name: Release ${{ github.ref_name }}
103103
files: '*.whl'
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)