diff --git a/README.md b/README.md index fcf4e60..ebf0871 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Creating a release in Gitea +[![License](https://img.shields.io/github/license/rosven9856/gitea_creating_release_action)](https://github.com/rosven9856/gitea_creating_release_action/blob/master/LICENSE) + This action will create a new release in the Gitea system using the API and output all debugging information to the log. See from detail https://docs.gitea.com/api/1.20/#tag/repository/operation/repoCreateRelease @@ -54,4 +56,4 @@ with: release_prerelease: "false" release_tag_name: "1.0.0" release_target_commitish: "" -``` \ No newline at end of file +```