Skip to content

Commit

Permalink
fix: release actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Nov 10, 2023
1 parent be93833 commit 4f59468
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
name: Build and publish ${{ github.event.inputs.chain }}
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./${{ github.event.inputs.chain }}

steps:
- name: Checkout Codebase
uses: actions/checkout@v3
Expand All @@ -68,10 +64,12 @@ jobs:
run: sudo apt -y install protobuf-compiler

- name: Install & display rust toolchain
working-directory: ./${{ github.event.inputs.chain }}
run: rustup show

# Build WASM with Substrate Runtime Tool
- name: Srtool build
working-directory: ./${{ github.event.inputs.chain }}
id: srtool_build
uses: chevdor/[email protected]
env:
Expand Down

0 comments on commit 4f59468

Please sign in to comment.