Skip to content

Commit

Permalink
Update create release action to include release notes in output
Browse files Browse the repository at this point in the history
  • Loading branch information
frankgrimy committed Sep 28, 2024
1 parent c4ca733 commit 85a24cf
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 @@ -23,7 +23,7 @@ jobs:
script: |
const fs = require('fs');
const releaseNotes = fs.readFileSync('RELEASE_NOTES.md', 'utf8');
return { releaseNotes };
core.setOutput('releaseNotes', releaseNotes);
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 85a24cf

Please sign in to comment.