forked from mirrors/action-gh-release
add support for prereleases. fixes #17
This commit is contained in:
parent
bd839f3b8f
commit
a95bad53b2
7 changed files with 20 additions and 5 deletions
|
@ -25,6 +25,7 @@ describe("util", () => {
|
|||
input_body: undefined,
|
||||
input_body_path: undefined,
|
||||
input_draft: false,
|
||||
input_prerelease: false,
|
||||
input_files: [],
|
||||
input_name: undefined
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue