Skip to content

Commit d90dad9

Browse files
committed
Fix release job: access check-version outputs (needs check-version)
1 parent 7c6528b commit d90dad9

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
@@ -197,7 +197,7 @@ jobs:
197197
path: agentbridge-${{ matrix.rid }}.tar.gz
198198

199199
release:
200-
needs: build
200+
needs: [check-version, build]
201201
if: needs.check-version.outputs.do_release == 'true'
202202
runs-on: ubuntu-latest
203203
steps:

0 commit comments

Comments
 (0)