Skip to content

fix: new helm package workflows #7

fix: new helm package workflows

fix: new helm package workflows #7

Workflow file for this run

name: Release Charts
on:
push:
jobs:
release:

Check failure on line 7 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4.2.0
- name: generate secret
id: generate-secret
shell: bash
run: |
helm dependency update
- name: Chart | Push
uses: appany/helm-oci-chart-releaser@v0.3.0
with:
name: my-chart
repository: appany
tag: 0.1.0-RC2
path: . # Default charts/{name}
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
update_dependencies: 'false' # Defaults to false