Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperoni21 authored Nov 11, 2023
1 parent 9850bea commit 7cd1199
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,3 @@ jobs:

- name: Build
run: cargo build --verbose

publish:
name: Publish on Crates.IO
runs-on: ubuntu-latest
needs: [fmt, build]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 7cd1199

Please sign in to comment.