Skip to content

Commit

Permalink
ci: fix versions.hcl parsing by removing extraneous comma (#21752)
Browse files Browse the repository at this point in the history
Commas are not expected after HCL blocks. This is causing parsing in BPA
to fail and may interfere w/ other release-related workflows.
  • Loading branch information
zalimeni committed Sep 17, 2024
1 parent 176ea31 commit 29c2cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release/versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema = 1
active_versions {
version "1.20" {
ce_active = true
},
}
version "1.19" {
ce_active = true
}
Expand Down

0 comments on commit 29c2cbc

Please sign in to comment.