Skip to content

Commit c269192

Browse files
committed
ci: Fix workflow dependencies
1 parent e9d69e9 commit c269192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
name: Run release-please
2727
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
2828
needs:
29-
- create_prerelease_pr
29+
- run_checks
30+
- run_unit_tests
3031
secrets:
3132
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)