diff options
| -rw-r--r-- | .changes/config.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.changes/config.toml b/.changes/config.toml index c7766ea..f4542a8 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -31,14 +31,6 @@ command = "cargo" args = ["publish"] [[resolver.rust.post-version]] -command = "cargo" -args = [ - "generate-lockfile", - "--offline", -] -dry_run = true - -[[resolver.rust.post-version]] command = "pnpm" args = ["bump-tauri"] |