Skip to content

Commit

Permalink
chore: Fix path in extra-files version bump (#82)
Browse files Browse the repository at this point in the history
F
  • Loading branch information
nahsi authored Jan 13, 2025
1 parent abd0011 commit 7bf1b0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"terraform-modules/spectrum": {
"component": "terraform-module-spectrum",
"extra-files": [
"../../examples/k3s/main.tf",
"../../examples/talos/main.tf"
"/examples/k3s/main.tf",
"/examples/talos/main.tf"
]
},
"terraform-modules/k3s": {
"component": "terraform-module-k3s",
"extra-files": ["../../examples/k3s/main.tf"]
"extra-files": ["/examples/k3s/main.tf"]
},
"terraform-modules/talos": {
"component": "terraform-module-talos",
"extra-files": ["../../examples/talos/main.tf"]
"extra-files": ["/examples/talos/main.tf"]
}
}
}

0 comments on commit 7bf1b0e

Please sign in to comment.