Skip to content

Commit

Permalink
Re-enable on-chain-release-build flag (#1320)
Browse files Browse the repository at this point in the history
* Re-enable on-chain-release-build flag

* fix
  • Loading branch information
Dinonard authored Aug 9, 2024
1 parent 29b0731 commit a58f68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ jobs:
- name: Srtool build
id: srtool_build
uses: chevdor/[email protected]
# env:
env:
# needed to enable metadata hash generation
# BUILD_OPTS: "--features on-chain-release-build"
BUILD_OPTS: "--features on-chain-release-build"
with:
chain: ${{ matrix.chain }}
runtime_dir: runtime/${{ matrix.chain }}
Expand Down

0 comments on commit a58f68b

Please sign in to comment.