Skip to content

Commit

Permalink
Update misc-sync-templates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Jul 15, 2024
1 parent 6dd777f commit 4a52c56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/misc-sync-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4a52c56

Please sign in to comment.