From e53f79024bbd2e2640bc0b17dfd924e3da97cea4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 14 Nov 2022 16:58:29 +0000 Subject: [PATCH] ci(release): actually fix release job (hopefully) --- .github/workflows/ci.yml | 2 ++ release-please-config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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,