Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
fix: Fixes homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
salehkhazaei committed Apr 26, 2024
1 parent c318259 commit 273a1e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ jobs:
id: download_release_amd64
with:
repository: "kaytu-io/kaytu"
fileName: kaytu_${{ steps.set_new_tag.outputs.new_tag }}_*
fileName: '*'
latest: true
tarBall: true
zipBall: true

- name: update cli version in homebrew
run: |
Expand Down

0 comments on commit 273a1e7

Please sign in to comment.