Skip to content

Commit c903dbc

Browse files
committed
ci: Make release depend on quality checks
1 parent 8862815 commit c903dbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ jobs:
2121
run_release_please:
2222
name: Create release-please pull request and release
2323
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
24+
needs:
25+
- run_checks
26+
- run_unit_tests
2427
secrets:
2528
GITHUB_ACCESS_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)