Skip to content

Commit

Permalink
Fix release build (hyperledger-labs#135)
Browse files Browse the repository at this point in the history
hyperledger-labs#114

Signed-off-by: asararatnakar <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
  • Loading branch information
asararatnakar authored and Shoaeb Jindani committed Oct 25, 2023
1 parent 38871ca commit 68ed692
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: setup
run: |
scripts/install-tools.sh
make setup
- name: Login to the GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 68ed692

Please sign in to comment.