Skip to content

Commit

Permalink
Fix publish regression (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstairs authored Feb 26, 2024
1 parent b6829a1 commit 2097e35
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 @@ -167,7 +167,7 @@ jobs:
needs:
- validate
- smoketestWindows
- smoketestMac
# - smoketestMac # Disabling until this is fixed: https://github.com/Homebrew/homebrew-core/issues/159691
- noticeCheck

runs-on: ubuntu-latest
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
needs:
- validate
- smoketestWindows
- smoketestMac
# - smoketestMac # Disabling until this is fixed: https://github.com/Homebrew/homebrew-core/issues/159691
- noticeCheck
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2097e35

Please sign in to comment.