From 54bfed4c11292510db8ab96f412d16b452bfa4cb Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Wed, 12 Jan 2022 21:42:24 +0100 Subject: [PATCH] fix(ci): fix CI YAML indentation error --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec15880..f3f2ae8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -246,8 +246,8 @@ jobs: - name: "Setup SSH deploy key" uses: webfactory/ssh-agent@fc49353b67b2b7c1e0e6a600572d01a69f2672dd - with: - ssh-private-key: ${{ secrets.HOMEBREW_CASK_SSH_PRIVATE_KEY }} + with: + ssh-private-key: ${{ secrets.HOMEBREW_CASK_SSH_PRIVATE_KEY }} - name: Create and Publish Homebrew Cask # TODO: re-add the check # if: ${{ github.ref == 'refs/heads/master' }}