Skip to content

Commit d977a15

Browse files
committed
ci: Update main pipeline
1 parent 99a6d14 commit d977a15

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/main.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
2222
COVERAGE_FAIL_BELOW_MIN: 100
2323

24-
run_release_please_prerelease:
24+
create_prerelease_pr:
2525
name: Run release-please prerelease
2626
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
2727
needs:
@@ -32,19 +32,10 @@ jobs:
3232
secrets:
3333
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3434

35-
run_release_please:
35+
create_release_pr:
3636
name: Run release-please
3737
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
3838
needs:
39-
- run_checks
40-
- run_unit_tests
39+
- create_prerelease_pr
4140
secrets:
4241
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
43-
44-
# Run pnpx release-please \
45-
# pnpx release-please \
46-
# --repo-url=spuxx1701/jslibs \
47-
# --token=*** \
48-
# --config-file=.release-please/config.json \
49-
# --manifest-file=.release-please/manifest.json --prerelease \
50-
# release-pr

0 commit comments

Comments
 (0)