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