From 4a52c56a0fc33d6f43a928edd71b646ffdf53839 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Mon, 15 Jul 2024 20:23:23 +0200 Subject: [PATCH] Update misc-sync-templates.yml --- .github/workflows/misc-sync-templates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/misc-sync-templates.yml b/.github/workflows/misc-sync-templates.yml index d80270148639..67f31df8f129 100644 --- a/.github/workflows/misc-sync-templates.yml +++ b/.github/workflows/misc-sync-templates.yml @@ -128,6 +128,9 @@ jobs: toml get ../polkadot-sdk/Cargo.toml 'workspace.dependencies' --output-toml | grep "^${missing_dep} = " >> Cargo.toml done; working-directory: "${{ env.template-path }}" + - name: Run psvm one more time on workspace dependencies + run: psvm -o -v ${{ github.event.inputs.crate_release_version }} -p ./Cargo.toml + working-directory: "${{ env.template-path }}" # 3. Verify the build. Push the changes or create a PR.