Skip to content

Commit

Permalink
feat(ci): srtool to use on-chain-release-build feature (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored and chungquantin committed Sep 6, 2024
1 parent f5577bf commit e133195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Build ${{ matrix.runtime }} runtime
id: srtool_build
uses: chevdor/srtool-actions@v0.9.2
env:
BUILD_OPTS: "--features on-chain-release-build"
with:
chain: ${{ matrix.runtime }}
package: "pop-runtime-${{ matrix.runtime }}"
Expand Down

0 comments on commit e133195

Please sign in to comment.