Skip to content

Commit 0f56ce6

Browse files
committed
ci: Try to fix prerelease pipeline
1 parent d977a15 commit 0f56ce6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
COVERAGE_FAIL_BELOW_MIN: 100
2323

2424
create_prerelease_pr:
25-
name: Run release-please prerelease
25+
name: Run release-please (prerelease)
2626
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
2727
needs:
2828
- run_checks
2929
- run_unit_tests
3030
with:
31-
ARGS: "--prerelease"
31+
ARGS: "--versioning-strategy=prerelease"
3232
secrets:
3333
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3434

35-
create_release_pr:
35+
run_release_please:
3636
name: Run release-please
3737
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
3838
needs:

.release-please/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
{ "type": "test", "section": "Tests", "hidden": true },
1818
{ "type": "build", "section": "Build System", "hidden": true },
1919
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
20-
]
20+
],
21+
"prerelease": true
2122
}

0 commit comments

Comments
 (0)