Skip to content

Commit 5fadbc4

Browse files
authored
build: fix CI config (#313)
1 parent fd4f067 commit 5fadbc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ jobs:
291291
name: Resolve next release
292292
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta')
293293
runs-on: ubuntu-latest
294+
needs:
295+
- build
294296
permissions:
295297
pages: read
296298
id-token: write

0 commit comments

Comments
 (0)