Skip to content

Commit

Permalink
fix: add Earthly to release workflow (#1393)
Browse files Browse the repository at this point in the history
Due to #1378 the release workflow fails as Earthly is not installed
there, this should fix that.
  • Loading branch information
Khaled Ismaeel authored Mar 1, 2024
1 parent 66790a9 commit 0b3e4fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
name: Release kuberpult with semantic versioning
runs-on: ubuntu-latest
steps:
- name: Install earthly
uses: earthly/actions-setup@v1
with:
version: v0.8.4
- uses: actions/checkout@v4
with:
fetch-depth: 0 # needed for git describe/VERSION in Makefile
Expand Down

0 comments on commit 0b3e4fb

Please sign in to comment.