Skip to content

Commit 246a8fd

Browse files
committed
ci: Update workflow
1 parent ea4b56a commit 246a8fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ jobs:
1717
with:
1818
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
1919
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

Comments
 (0)