Skip to content

Commit

Permalink
🤖 remove automated crates.io publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 4, 2024
1 parent 02b43bd commit ab56fc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,3 @@ jobs:
body: ${{ env.BODY }}
name: ${{ env.TITLE }}
prerelease: ${{ env.IS_PRERELEASE }}
- name: Publish on crates.io
if: github.repository_owner == 'ttytm' && github.ref_type == 'tag' && matrix.os == 'ubuntu-latest'
run: cargo publish --token ${{ secrets.CRATES_TOKEN }}

0 comments on commit ab56fc9

Please sign in to comment.