Skip to content

Commit e271447

Browse files
committed
fix CI
1 parent 037ecef commit e271447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aot-publish.yml

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

3636
publish:
3737
runs-on: ubuntu-latest
38-
depends-on: aot-compile
38+
needs: aot-compile
3939
steps:
4040
- uses: actions/download-artifact@v4
4141

0 commit comments

Comments
 (0)