helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
559 stars 206 forks source link

skip_upload flag is not in the latest release #191

Open rochana-atapattu opened 5 months ago

rochana-atapattu commented 5 months ago
-  name: Run chart-releaser
   uses: helm/chart-releaser-action@v1.6.0
   with:
     skip_upload: true

getting following error

Unexpected input(s) 'skip_upload', valid inputs are ['version', 'config', 'charts_dir', 'install_dir', 'install_only', 'skip_packaging', 'skip_existing', 'mark_as_latest', 'packages_with_index', 'pages_branch']

look like following code is not in the latest release even though its in the docs and main branch https://github.com/helm/chart-releaser-action/blame/0eba7f523fccbf0577905877226d6c576fc2de61/action.yml#L46

acuD1 commented 4 months ago

Duplicate https://github.com/helm/chart-releaser-action/issues/186