Browse Source

ci: fix versions.hcl parsing by removing extraneous comma (#21752)

Commas are not expected after HCL blocks. This is causing parsing in BPA
to fail and may interfere w/ other release-related workflows.
pull/21756/head
Michael Zalimeni 2 months ago committed by GitHub
parent
commit
29c2cbcbe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .release/versions.hcl

2
.release/versions.hcl

@ -8,7 +8,7 @@ schema = 1
active_versions {
version "1.20" {
ce_active = true
},
}
version "1.19" {
ce_active = true
}

Loading…
Cancel
Save