There was an error while loading. Please reload this page.
1 parent 583a09f commit 70b9897Copy full SHA for 70b9897
1 file changed
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: php vendor/bin/phpunit tests
32
release:
33
name: Automated release
34
- needs: [ test ]
+ needs: [ tests ]
35
runs-on: ubuntu-latest
36
steps:
37
- uses: actions/checkout@v4
0 commit comments