fix(ci): exclude ironclaw_safety from release automation (#1146)

This commit is contained in:
Henry Park
2026-03-13 21:20:02 -07:00
committed by GitHub
parent 2b625ef3df
commit f9b880c2e9
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -6,6 +6,12 @@ rust-version = "1.92"
description = "Prompt injection defense, input validation, secret leak detection, and safety policy enforcement"
authors = ["NEAR AI <[email protected]>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/nearai/ironclaw"
repository = "https://github.com/nearai/ironclaw"
publish = false
[package.metadata.dist]
dist = false
[dependencies]
aho-corasick = "1"
+4
View File
@@ -1,2 +1,6 @@
[workspace]
git_release_enable = false
[[package]]
name = "ironclaw_safety"
release = false