Skip to content

Commit 5648479

Browse files
Fix invalid syntax
1 parent d26ede2 commit 5648479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm test
2626

2727
publish:
28-
needs: build
28+
needs: test
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)