From eba01d0c67cb3bb7235ff4d7a97ef3330ad15940 Mon Sep 17 00:00:00 2001 From: Zvonko Kaiser Date: Thu, 9 Oct 2025 17:12:33 +0000 Subject: [PATCH] release: remove git fetch and --dry-run Signed-off-by: Zvonko Kaiser --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5ece1c..13ead03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,11 +53,6 @@ jobs: git tag "${TAG}" git push origin "${TAG}" - - name: Preflight publish checks - run: | - cargo fetch --locked - cargo publish --dry-run - # Trusted Publishing via OIDC: no CARGO_REGISTRY_TOKEN is needed. # Make sure the crate is configured on crates.io with a GitHub publisher link. - name: Publish