We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4b56a commit 246a8fdCopy full SHA for 246a8fd
.github/workflows/main.yml
@@ -17,3 +17,9 @@ jobs:
17
with:
18
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
19
COVERAGE_FAIL_BELOW_MIN: 100
20
+
21
+ run_release_please:
22
+ name: Create release-please pull request and release
23
+ uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
24
+ secrets:
25
+ GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
0 commit comments