Skip to content

Commit

Permalink
Add frame-omni-bencher to the github release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed May 14, 2024
1 parent 87fb780 commit ee4f181
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release-30_publish_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ jobs:
with:
excluded_runtimes: "substrate-test bp cumulus-test kitchensink minimal-template parachain-template penpal polkadot-test seedling shell frame-try sp solochain-template"

build-frame-omni-bencher:
runs-on: ubuntu-latest
needs: [get-rust-versions]
steps:
- name: Checkout sources
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Build frame-omni-bencher binary
run: |
cargo build --locked --release -p frame-omni-bencher
target/release/frame-omni-bencher --version
publish-release-draft:
runs-on: ubuntu-latest
needs: [get-rust-versions, build-runtimes]
Expand Down Expand Up @@ -98,7 +110,7 @@ jobs:
draft: true

publish-runtimes:
needs: [ build-runtimes, publish-release-draft ]
needs: [ build-runtimes, build-frame-omni-bencher, publish-release-draft ]
continue-on-error: true
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit ee4f181

Please sign in to comment.