diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5ebf18..4a95fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/release-please-config.json b/release-please-config.json index b929f80..f0dd980 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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,