Merge branch 'main' into action-config

This commit is contained in:
Grant Limberg
2024-06-25 12:05:41 -07:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -21,9 +21,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.15.2
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with: