Skip to content

Commit

Permalink
chore: no need to create a github release; we already have one from r…
Browse files Browse the repository at this point in the history
…elease-bot
  • Loading branch information
cjbell committed Dec 17, 2024
1 parent c3e6fa0 commit 87adee7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ jobs:
inputs: >-
./dist/*.tar.gz
./dist/*.whl
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release create
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--notes ""
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 87adee7

Please sign in to comment.