Allow to mark the published github release as latest (#135)

* Allow to mark the published github release as latest

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2023-03-24 11:56:51 +01:00
committed by GitHub
parent be16258da8
commit 31bbcdca8b
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
- `charts_dir`: The charts directory
- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://<owner>.github.io/<project>`)
- `skip_packaging`: This option, when populated, will skip the packaging step. This allows you to do more advanced packaging of your charts (for example, with the `helm package` command) before this action runs. This action will only handle the indexing and publishing steps.
- `mark_as_latest`: When you set this to `false`, it will mark the created GitHub release not as 'latest'.
### Environment variables