Skip to content

Commit

Permalink
Update srtool-actions. (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Apr 11, 2024
1 parent 540e920 commit 3390c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
chain: ["testnet", "mainnet"]
steps:
- uses: actions/checkout@v3
- name: Summary
- name: Use rust-toolchain.toml
run: |
echo "Use our rust-toolchain.toml"
cp rust-toolchain.toml pallets/runtime/${{ matrix.chain }}/
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.5.0
uses: chevdor/srtool-actions@v0.9.2
with:
chain: ${{ matrix.chain }}
package: polymesh-runtime-${{ matrix.chain }}
Expand Down

0 comments on commit 3390c4a

Please sign in to comment.