Skip to content

Commit 5730e51

Browse files
committed
fix: ci publish step depends on build
1 parent e2be851 commit 5730e51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ jobs:
293293
publish:
294294
name: Publish
295295
runs-on: ubuntu-latest
296+
needs:
297+
- build
296298
steps:
297299
- uses: googleapis/release-please-action@v4
298300
id: release

0 commit comments

Comments
 (0)