From b77717be0aa18bbe15642187d55beba21352bcac Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Tue, 13 Feb 2024 19:33:32 -0800 Subject: [PATCH] Use relative publish --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 21ac6bd7..12dbc11f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -115,7 +115,7 @@ jobs: - os: windows-latest-8-cores target: x86_64-pc-windows-msvc cargo-hack-feature-options: --features opt --ignore-unknown-features - uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main + uses: ./.github/workflows/publish-dry-run.yml@main with: crates: soroban-rpc runs-on: ${{ matrix.os }}