Skip to content

Navigation Menu

Sign in
Sign up

Commit 1c6da59

Browse files
Check published_at instead of draft in GitHub action
1 parent e5344bf commit 1c6da59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/bun-homebrew.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
homebrew:
99
runs-on: ubuntu-latest
10-
if: github.repository_owner == 'oven-sh' && !github.event.release.draft
10+
if: github.repository_owner == 'oven-sh' && github.event.release.published_at != null
1111
steps:
1212
- id: checkout
1313
name: Checkout

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /