Skip to content

Commit

Permalink
use rev of psvm with 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Mar 22, 2024
1 parent 91bf78c commit 545d424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: "${{ env.template-path }}"
token: ${{ steps.app_token.outputs.token }}
- name: Install Polkadot SDK Version Manager
run: cargo install --git https://github.com/paritytech/psvm --branch rzadp/190 psvm
run: cargo install --git https://github.com/paritytech/psvm --rev ad7eb4333c124b0b7169359f1463ba40cd5d55dd psvm
- name: Replace the workspace references in the template
run: |
set -euo pipefail
Expand Down

0 comments on commit 545d424

Please sign in to comment.