Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Aug 31, 2021
1 parent 22f52af commit a4b7de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.5.2
version: v3.6.2

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.2.1
with:
charts_repo_url: http://www.interlay.io/helm-charts/
charts_repo_url: http://helm.interlay.io/
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a4b7de7

Please sign in to comment.