dev: Configure cargo-publish

This commit is contained in:
Robert Hensing 2026-01-12 23:47:15 +01:00
parent c87f6f543b
commit c01638c246

View file

@ -122,5 +122,10 @@
"dev" = { };
};
};
hercules-ci.cargo-publish = {
enable = true;
secretName = "crates-io";
assertVersions = true;
};
flake = { };
}