Skip to content

Commit 2f744f3

Browse files
authored
Remove GH Release creation step from CI (#376)
1 parent 4d99b0f commit 2f744f3

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
@@ -75,14 +75,6 @@ jobs:
7575
inputs: >-
7676
./dist/*.tar.gz
7777
./dist/*.whl
78-
- name: Create GitHub Release
79-
env:
80-
GITHUB_TOKEN: ${{ github.token }}
81-
run: >-
82-
gh release create
83-
"$GITHUB_REF_NAME"
84-
--repo "$GITHUB_REPOSITORY"
85-
--notes ""
8678
- name: Upload artifact signatures to GitHub Release
8779
env:
8880
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)