Update README.md

This commit is contained in:
rosven9856 2023-11-07 19:59:50 +02:00 committed by GitHub
parent 2e61ded93a
commit 265632ca5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: ""
```
```