From 2c5d847d67a72adf962e5730093267ee3c65b476 Mon Sep 17 00:00:00 2001 From: Abraxas-365 Date: Mon, 15 Apr 2024 22:07:49 -0500 Subject: [PATCH] chore: deleting publish crate from ci --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c3b119..58f9c59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,18 +100,3 @@ jobs: command: test args: --release --all-features - publish_crate: - if: startsWith(github.ref, 'refs/tags/') - needs: - - build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - name: Install Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true