Skip to content

Commit

Permalink
fix: helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Feb 23, 2022
1 parent a54bb39 commit 0c2ebbd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
uses: azure/setup-helm@v1
with:
version: v3.8.0
- name: Publish chart
uses: helm/chart-releaser-action@v1.3.0
with:
charts_repo_url: https://flanksource.github.io/charts
charts_dir: chart
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Publish chart
uses: helm/chart-releaser-action@v1.3.0
with:
charts_repo_url: https://flanksource.github.io/charts
charts_dir: chart
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0c2ebbd

Please sign in to comment.