Skip to content

Commit

Permalink
Fix Mac code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 3, 2023
1 parent 9efb81d commit d076eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ jobs:
deploy_brew_cask:
runs-on: macos-latest
# needs: [ release ]
# if: startsWith(github.ref, 'refs/tags/')
needs: [ release ]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d076eee

Please sign in to comment.