From 4dfe3a1c8766199190c5edf25522ef2e8e29d60d Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Tue, 13 Feb 2024 19:30:49 -0800 Subject: [PATCH] Use general workflow ref to test --- .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 a25f6e7c..21ac6bd7 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: ./.github/workflows/rust-publish-dry-run.yml@main + uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main with: crates: soroban-rpc runs-on: ${{ matrix.os }}