Skip to content

Commit 655e287

Browse files
committed
Fix CI unable accessing cache-dependencies props in deploy
1 parent 746016b commit 655e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
deploy:
9393
runs-on: ubuntu-latest
94-
needs: [ unit-test, integration-test ]
94+
needs: [ unit-test, integration-test, cache-dependencies ]
9595
if: |
9696
(github.event_name == 'release' && github.event.action == 'created') ||
9797
(github.event_name == 'push' && github.ref_name == 'main')

0 commit comments

Comments
 (0)