diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index bb408ba..d30f354 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -18,14 +18,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - name: Publish to crates.io - run: cd Rust && cargo publish + run: cd Rust && cargo publish --dry-run env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}