From 78675479e60f022c24e9895d7b8c3c30093f44d6 Mon Sep 17 00:00:00 2001 From: shimwell Date: Wed, 23 Oct 2024 00:13:16 +0100 Subject: [PATCH] remove dry run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb0a342..570e847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: - name: Set up Rust run: rustup update stable && rustup default stable - name: Publish to crates.io - run: cargo publish --dry-run --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file + run: cargo publish --verbose --locked --token ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file