Skip to content

Commit

Permalink
fix: [#1241] Fixes automatic release notes in the Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Jan 29, 2024
1 parent b9aa966 commit e3060a3
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 @@ -153,7 +153,7 @@ jobs:
run: npm ci --ignore-scripts

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

- name: Create release
id: create_release
Expand Down

0 comments on commit e3060a3

Please sign in to comment.