Skip to content

Commit

Permalink
fix release issue (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Sep 9, 2024
1 parent 8c1264a commit 1513cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1513cee

Please sign in to comment.