Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong committed Feb 17, 2024
1 parent 1b7b5e4 commit 9406b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ 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 }}`
})

0 comments on commit 9406b92

Please sign in to comment.