Skip to content

Commit

Permalink
srtool with features (#1799)
Browse files Browse the repository at this point in the history
* srtool with features

Update when this gets merged chevdor/srtool-actions#9

* remove new line

* fix new line
  • Loading branch information
ermalkaleci committed Jan 22, 2022
1 parent 146e411 commit 35078ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-release.yml
Expand Up @@ -54,7 +54,9 @@ jobs:
# Build WASM with Substrate Runtime Tool
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.3.0
uses: AcalaNetwork/srtool-actions@build_opts_env
env:
BUILD_OPTS: "--features on-chain-release-build"
with:
chain: ${{ github.event.inputs.chain }}
tag: ${{ github.event.inputs.srtool_image }}
Expand Down Expand Up @@ -128,4 +130,4 @@ jobs:
service: pinata
pinataKey: ${{ secrets.PINATA_KEY }}
pinataSecret: ${{ secrets.PINATA_SECRET }}

0 comments on commit 35078ea

Please sign in to comment.