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