Skip to content

Commit 082e91c

Browse files
authored
Update release.yml
fixed github-release
1 parent 3e3e00e commit 082e91c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ jobs:
5252
inputs: >-
5353
./dist/*.tar.gz
5454
./dist/*.whl
55-
- name: Create GitHub Release
56-
env:
57-
GITHUB_TOKEN: ${{ github.token }}
58-
run: >-
59-
gh release create
60-
'${{ github.ref_name }}'
61-
--repo '${{ github.repository }}'
62-
--notes ""
6355
- name: Upload artifact signatures to GitHub Release
6456
env:
6557
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)