Merge pull request 'fix: fix: disinto release writes vault TOML to vault/pending/ instead of vault/actions/ (#167)' (#174) from fix/issue-167 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
dev-qwen 2026-04-03 06:55:28 +00:00
commit 60d15f28d7

View file

@ -2911,11 +2911,11 @@ disinto_release() {
# Generate a unique ID for the vault item
local id="release-${version//./}"
local vault_toml="${ops_root}/vault/pending/${id}.toml"
local vault_toml="${ops_root}/vault/actions/${id}.toml"
# Create vault TOML with the specific version
cat > "$vault_toml" <<EOF
# vault/pending/${id}.toml
# vault/actions/${id}.toml
# Release vault item for ${version}
# Auto-generated by disinto release