We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037ecef commit e271447Copy full SHA for e271447
.github/workflows/aot-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
publish:
37
runs-on: ubuntu-latest
38
- depends-on: aot-compile
+ needs: aot-compile
39
steps:
40
- uses: actions/download-artifact@v4
41
0 commit comments