From 75ec3f0bf07790a34db61ae177c4c08ab572b57c Mon Sep 17 00:00:00 2001 From: Danil Date: Fri, 2 Aug 2024 14:24:34 +0200 Subject: [PATCH] chore(release-please): Fix release-type (#2575) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. Signed-off-by: Danil --- .github/release-please/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 9f51e66c41ca..bec7e9071966 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -24,7 +24,7 @@ "component": "prover" }, "zk_toolbox": { - "release-type": "cargo-workspace", + "release-type": "rust", "component": "zk_toolbox" } }