Skip to content

Commit

Permalink
fix: cyclic version publish
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored May 6, 2024
1 parent 5eb931a commit 1fcd38b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/standard-version-chart-updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ module.exports = {
) {
dependency.version = version
}
if (dependency.repository === "https://socialgouv.github.io/helm-charts" && dependency.version.startsWith("^")) {
dependency.version = "^" + version
}
// if (dependency.repository === "https://socialgouv.github.io/helm-charts" && dependency.version.startsWith("^")) {
// dependency.version = "^" + version
// }
}
}
return yaml.dump(chart, { indent: 2 })
Expand Down

0 comments on commit 1fcd38b

Please sign in to comment.