Skip to content

Commit 74ebc6a

Browse files
ci: NPM package depends on signed macOS binaries
Co-authored-by: Nelson Osacky <nelson.osacky@sentry.io>
1 parent 8581dc4 commit 74ebc6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
node:
248248
name: NPM Package
249249
runs-on: ubuntu-24.04
250-
needs: [linux, macos, macos_universal, windows]
250+
needs: [linux, sign-macos-binaries, windows]
251251

252252
steps:
253253
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2

0 commit comments

Comments
 (0)