fix(ci): fix CI YAML indentation error
This commit is contained in:
parent
ff693dd998
commit
54bfed4c11
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user