Skip to content

Commit 16173c2

Browse files
authored
fix: Fix release action changelog path (#36)
1 parent bc7ca4b commit 16173c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.lib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
tag_name: ${{ env.version }}
100100
name: Release ${{ env.version }}
101-
body: CHANGELOG.md
101+
body_path: ./CHANGELOG.md
102102
draft: true
103103
prerelease: false
104104
env:

0 commit comments

Comments
 (0)