-
-
Notifications
You must be signed in to change notification settings - Fork 548
Open
Description
Using:
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
body_path: pipeline-changes.txt
body: '----'
files: |
App*.exe
When body_path file read is attempted (readFileSync at
Line 35 in 97d42c1
export const releaseBody = (config: Config): string | undefined => { |
Main README.md states:
💡 When providing a body and body_path at the same time, body_path will be attempted first, then falling back on body if the path can not be read from.
Any exception should be captured and the fallback body used.
Metadata
Metadata
Assignees
Labels
No labels