diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index aa4eee2..33391bb 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -34,12 +34,12 @@ jobs: # Custom dependencies in case other formulas are needed to build the current one. # Optional - multiline string. depends_on: | - fzf - gh - dust - bottom - procs - src-cli + "fzf" + "gh" + "dust" + "bottom" + "procs" + "src-cli" # Custom install command for your formula. # Required - string.