Skip to content

Commit 5949f77

Browse files
authored
depend on local build job
jobs inside build.yml are not exposed
1 parent f6a5d0a commit 5949f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
release:
1313
runs-on: ubuntu-latest
14-
needs: [build-windows, build-linux, build-macos]
14+
needs: build
1515
steps:
1616
- uses: actions/checkout@v3
1717

0 commit comments

Comments
 (0)