Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
Signed-off-by: asararatnakar <[email protected]>
  • Loading branch information
asararatnakar committed Oct 19, 2023
1 parent 258a029 commit 87292f9
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 87292f9

Please sign in to comment.