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
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
60d15f28d7
1 changed files with 2 additions and 2 deletions
|
|
@ -2911,11 +2911,11 @@ disinto_release() {
|
||||||
|
|
||||||
# Generate a unique ID for the vault item
|
# Generate a unique ID for the vault item
|
||||||
local id="release-${version//./}"
|
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
|
# Create vault TOML with the specific version
|
||||||
cat > "$vault_toml" <<EOF
|
cat > "$vault_toml" <<EOF
|
||||||
# vault/pending/${id}.toml
|
# vault/actions/${id}.toml
|
||||||
# Release vault item for ${version}
|
# Release vault item for ${version}
|
||||||
# Auto-generated by disinto release
|
# Auto-generated by disinto release
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue