diff --git a/README.md b/README.md index fadb5d4..e52803e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An action to support publishing release to Gitea. +Preserves the fields body, prerelease and name when pushing the release if no value is given. + ## Inputs The following are optional as `step.with` keys diff --git a/action.yml b/action.yml index 1aa0fbd..2cf4fee 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ --- name: gitea-release-action description: "An action to support publishing release to Gitea." -author: "Akkuman" +author: "Grypho" inputs: server_url: description: the base url of the gitea API