Skip to content

Commit 3b708f8

Browse files
committed
ci: fix job dependency
1 parent f73cd80 commit 3b708f8

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
@@ -113,7 +113,7 @@ jobs:
113113
# - run: echo "should publish ..."
114114

115115
publish:
116-
needs: [check-publish]
116+
needs: [check-publish, test]
117117
name: publish snapshot
118118

119119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)