Skip to content

Commit

Permalink
Update release-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isavov authored May 17, 2024
1 parent b63b22b commit e8ff91c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Publish helm chart
uses: stefanprodan/[email protected]
with:
target_dir: charts
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e8ff91c

Please sign in to comment.