Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
# Build WASM with Substrate Runtime Tool
- name: Srtool build
id: srtool_build
# https://github.com/chevdor/srtool-actions/pull/31
uses: chevdor/srtool-actions@ca02418213478ecfb768b4564e396c42c408e37f
uses: paritytech/srtool-actions@v0.9.3
env:
BUILD_OPTS: "--features on-chain-release-build,no-metadata-docs"
with:
Expand Down