Skip to content

Commit e35c8fb

Browse files
committed
ci: fix job dependencies
1 parent b6e7dc0 commit e35c8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: '*/build/reports'
7878

7979
check-publish:
80-
needs: [test]
80+
needs: [version, test]
8181
name: check publish
8282

8383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)