We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name: Helm CI on: push: paths: - .github/workflows/helm.yaml - helm/** branches: - 'main' jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install Helm uses: azure/setup-helm@v3 - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" git config user.email "[email protected]" - name: Run chart-releaser uses: helm/[email protected] with: charts_dir: helm env: CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' CR_RELEASE_NAME_TEMPLATE: 'chart-{{ .Name }}-{{ .Version }}'
The text was updated successfully, but these errors were encountered:
Darkness4
No branches or pull requests
The text was updated successfully, but these errors were encountered: