From 7cd1199b9bb0ee0c3de8fee1d258464c3a68ade2 Mon Sep 17 00:00:00 2001 From: pepperoni21 Date: Sat, 11 Nov 2023 17:30:57 +0100 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b5330b1..8ad0022 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 }}