From 849e3b51d7b81226a60bd236047dd42e7a28df92 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sat, 25 Apr 2026 22:21:23 +0000 Subject: [PATCH] ci: pass --workspace to cargo publish --- --- a/crates/jrsonnet-stdlib/result +++ /dev/null @@ -1 +0,0 @@ -/nix/store/2fxmjvz4f6c8g6gi37y35h356vj0n8k6-benchmarks \ No newline at end of file --- a/flake.nix +++ b/flake.nix @@ -349,6 +349,7 @@ hercules-ci.cargo-publish = { enable = true; secretName = "crates-io"; + extraPublishArgs = [ "--workspace" ]; }; hercules-ci.flake-update = { enable = true; -- gitstuff