bottlerocket-os / twoliter

A build tool for customizing Bottlerocket
Other
24 stars 25 forks source link

workflow: fix missing closing bracket in actions #367

Closed sumukhballal closed 2 months ago

sumukhballal commented 2 months ago

Description of changes:

Fixes an error in the release.yml file.

The workflow is not valid. .github/workflows/release.yml (Line: 121, Col: 24): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.