Skip to content

Commit

Permalink
Merge pull request #1188 from interlay/ci-srtool
Browse files Browse the repository at this point in the history
chore: fix srtool github action
  • Loading branch information
gregdhill authored Sep 1, 2023
2 parents 7872b7b + e137ad4 commit 26e56a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
package: ${{ matrix.runtime }}-runtime-parachain
runtime_dir: ./parachain/runtime/${{ matrix.runtime }}
chain: ${{ matrix.runtime }}
workdir: ${{ github.workspace }}
- name: Store srtool digest to disk
run: |
echo '${{ steps.srtool_build.outputs.json }}' | jq > ${{ matrix.runtime }}_srtool_output.json
Expand Down

0 comments on commit 26e56a3

Please sign in to comment.