From d2f0547e7c773f01d4eb9742b9afffcbdb132135 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:03:09 +1000 Subject: [PATCH] fix publish dry run --- .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 bd21e2a9c..3bf1ec386 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -117,7 +117,7 @@ jobs: 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@3b400304af2619a33730493eef07fa1071aa8485 + uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@2169d651dd1068dd19b209009ade501b814a4de5 with: crates: soroban-spec-tools soroban-spec-json soroban-spec-typescript soroban-test soroban-cli runs-on: ${{ matrix.os }}