Skip to content

Commit

Permalink
Upgrade srtool GHA to v0.9.1 (#2655)
Browse files Browse the repository at this point in the history
Upgrade to [srtool-actions
v0.9.1](https://github.com/chevdor/srtool-actions/releases/tag/v0.9.1)
to fix issue introduced in
#2217
  • Loading branch information
chevdor authored Dec 12, 2023
1 parent 048a9c2 commit bbc2d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-attach-release-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- { name: glutton-westend, package: glutton-westend-runtime, path: cumulus/parachains/runtimes/glutton/glutton-westend }
build_config:
# Release build has logging disabled and no dev features
- { type: on-chain-release, opts: --features on-chain-release-build }
- { type: on-chain-release, opts: --features on-chain-release-build }
# Debug build has logging enabled and developer features
- { type: dev-debug-build, opts: --features try-runtime }

Expand All @@ -35,7 +35,7 @@ jobs:

- name: Build ${{ matrix.runtime.name }} ${{ matrix.build_config.type }}
id: srtool_build
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
env:
BUILD_OPTS: ${{ matrix.build_config.opts }}
with:
Expand Down

0 comments on commit bbc2d87

Please sign in to comment.