Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
ci: bump helm/chart-releaser-action v1.5.0 => v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Nov 22, 2023
1 parent 9947b11 commit 8849fce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,22 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Configure git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Setup helm
uses: azure/setup-helm@v3
with: { version: v3.13.2 }

- name: Add dependency chart repos
run: |
helm repo add minicloudlabs https://minicloudlabs.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"

0 comments on commit 8849fce

Please sign in to comment.