buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
137 stars 91 forks source link

fix: release stamping needs double curlies #202

Closed alexeagle closed 5 months ago

alexeagle commented 5 months ago

Fixes broken release step on master https://github.com/buildbarn/bb-storage/actions/runs/8426759325/job/23075783496 broken by #199

Example of use showing correct interpolation: https://github.com/aspect-build/bazel-lib/blob/0fc838839c41677b18245152ad50759233c53794/lib/tests/expand_template/BUILD.bazel#L11

And if you're curious, the code is here: https://github.com/aspect-build/bazel-lib/blob/0fc838839c41677b18245152ad50759233c53794/tools/expand_template/main.go#L48