From ee2f4eaeaffeaa599342544b22e62cb2f9cea570 Mon Sep 17 00:00:00 2001 From: Auburn Date: Mon, 16 Oct 2023 00:09:45 +0100 Subject: [PATCH] Undummy rust deploy action --- .github/workflows/publish-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index d30f354..738b292 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -19,6 +19,6 @@ jobs: uses: actions/checkout@v4 - name: Publish to crates.io - run: cd Rust && cargo publish --dry-run + run: cd Rust && cargo publish env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}