diff options
-rw-r--r-- | .github/workflows/bun-homebrew.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-homebrew.yml b/.github/workflows/bun-homebrew.yml index 2bb6b00a1..49501c1cc 100644 --- a/.github/workflows/bun-homebrew.yml +++ b/.github/workflows/bun-homebrew.yml @@ -7,7 +7,7 @@ on: jobs: homebrew: runs-on: ubuntu-latest - if: github.repository_owner == 'oven-sh' && !github.event.release.draft + if: github.repository_owner == 'oven-sh' && github.event.release.published_at != null steps: - id: checkout name: Checkout |