Skip to content

Commit 8f7940b

Browse files
committed
Fix release job
1 parent f20750b commit 8f7940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
release:
7272
runs-on: ubuntu-latest
73-
needs: [eslint, jest, pack, prettier, tsc]
73+
needs: [eslint, test, pack, prettier, tsc]
7474
if: startsWith(github.ref, 'refs/tags/')
7575
steps:
7676
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)