mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-09 19:25:36 +08:00
add support for prereleases. fixes #17
This commit is contained in:
@@ -25,6 +25,7 @@ describe("util", () => {
|
||||
input_body: undefined,
|
||||
input_body_path: undefined,
|
||||
input_draft: false,
|
||||
input_prerelease: false,
|
||||
input_files: [],
|
||||
input_name: undefined
|
||||
});
|
||||
|
Reference in New Issue
Block a user