ci(release): actually fix release job (hopefully)

This commit is contained in:
2022-11-14 16:58:29 +00:00
parent 3813304041
commit e53f79024b
2 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v3
id: release-please
with:
command: manifest
- uses: actions/checkout@v2
with:
fetch-depth: 0

View File

@@ -1,11 +1,11 @@
{
"bootstrap-sha": "b7f4d11fc99f9ffa85376c5757d8dd8c6341c38a",
"last-release-sha": "b7f4d11fc99f9ffa85376c5757d8dd8c6341c38a",
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
".": {
"release-type": "go",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,