From 0c5eda2fa0f652a9b0317c039105f4789ca80f59 Mon Sep 17 00:00:00 2001 From: clenfest Date: Thu, 25 Jul 2024 16:32:45 -0500 Subject: [PATCH] Explicitly build harmonizer so that we get updates to Cargo.lock --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30cde55f4..47735f017 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,10 @@ jobs: # run: curl https://sh.rustup.rs -sSf | sh -s -- -y - name: Run cargo xtask - run: cargo xtask dist --debug + run: cargo xtask dist + + - name: Run cargo build + run: cargo build -p harmonizer - name: Create Pull Request uses: peter-evans/create-pull-request@v5