Skip to content

Commit 70b9897

Browse files
committed
chore(ci): fix typo in job dependency name
1 parent 583a09f commit 70b9897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: php vendor/bin/phpunit tests
3232
release:
3333
name: Automated release
34-
needs: [ test ]
34+
needs: [ tests ]
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)