From 7f0bff57eb9203cee652000c8c31e0c99944ca94 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 18 Dec 2022 23:18:05 +0100 Subject: [PATCH] forgot string --- .github/workflows/release-published.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.