diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db1d1a82..3575ad9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: tag_name: "v${{ steps.query-release-info.outputs.version }}", target_commitish: context.sha, name: "v${{ steps.query-release-info.outputs.version }}", - body: `${{ steps.query-release-info.outputs.release-notes }}` + body: "${{ steps.query-release-info.outputs.release-notes }}" }) - name: Tag Submodules uses: actions/github-script@v7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d3d83e..7f7a5f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Support converting unmarshalled configurations to `interface{}`. Defaults to `map[string]interface{}` for now if the source has nested values and -the destination is just an `interface{}`. +the destination is just an `interface{}` (#460). ## [1.3.0] - 2024-08-26