Skip to content

Commit

Permalink
Fix: Enforcing "on-chain-release-build" feature on [srtool](https://f…
Browse files Browse the repository at this point in the history
  • Loading branch information
Anny0nn committed Jul 15, 2024
1 parent 9b9abeb commit b5f5129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: srtool_build
uses: chevdor/[email protected]
env:
BUILD_OPTS: ""
BUILD_OPTS: "--features on-chain-release-build"
with:
chain: ${{ github.event.inputs.chain }}
runtime_dir: ./${{ github.event.inputs.chain }}/runtime
Expand Down

0 comments on commit b5f5129

Please sign in to comment.