Skip to content

Commit b6ce566

Browse files
authored
Merge pull request #1242 from capricorn86/1241-fix-release-notes
fix: [#1241] Fixes automatic release notes in the Github Workflow
2 parents b9aa966 + e3060a3 commit b6ce566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
run: npm ci --ignore-scripts
154154

155155
- name: Generate release notes
156-
run: node ./node_modules/.bin/happy-release-notes --author=githubUsername
156+
run: node ./node_modules/.bin/happy-release-notes --author=githubUsername > ./RELEASE_NOTES.md
157157

158158
- name: Create release
159159
id: create_release

0 commit comments

Comments
 (0)