From d566679a99efee3f663ed3c7edff06a5970e5b0d Mon Sep 17 00:00:00 2001 From: FabianLars Date: Sun, 9 Nov 2025 12:08:57 +0100 Subject: [PATCH] ci: don't re-generate lockfile on prepublish --- .changes/config.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index a4ca328f7..97a6917b8 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -27,12 +27,6 @@ "dryRunCommand": true, "pipe": true }, - { - "command": "cargo generate-lockfile", - "dryRunCommand": true, - "runFromRoot": true, - "pipe": true - }, { "command": "cargo audit ${ process.env.CARGO_AUDIT_OPTIONS || '' }", "dryRunCommand": true,