We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d69e9 commit c269192Copy full SHA for c269192
.github/workflows/main.yml
@@ -26,6 +26,7 @@ jobs:
26
name: Run release-please
27
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
28
needs:
29
- - create_prerelease_pr
+ - run_checks
30
+ - run_unit_tests
31
secrets:
32
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
0 commit comments