2 Commits
v1.3.4 ... main

Author SHA1 Message Date
akkuman
fe8e032280 Merge pull request #7 from n08i40k/main
Declare missing body_path input in action.yml
2025-07-28 09:19:09 +08:00
Nikita
3dbdc45d61 docs: declare body_path input 2025-07-26 14:35:12 +04:00

View File

@@ -10,6 +10,9 @@ inputs:
body:
description: "Note-worthy description of changes in release"
required: false
body_path:
description: "Path to load description of changes in this release"
required: false
name:
description: "Gives the release a custom name. Defaults to tag name"
required: false
@@ -49,4 +52,4 @@ runs:
main: "dist/index.js"
branding:
color: "green"
icon: "package"
icon: "package"