From ab56fc9db74fa961d67e94871d5220d3ee48a9ed Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:24:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20remove=20automated=20crates.io?= =?UTF-8?q?=20publishing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc8ac40..b16f86f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}