Skip to content

Commit

Permalink
Merge pull request #8 from shuguet/michaelcourcy-patch-1
Browse files Browse the repository at this point in the history
Releaser expect dependency to be installed first
  • Loading branch information
shuguet authored Feb 10, 2023
2 parents 52c0517 + e1074f9 commit 684ba20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
with:
version: v3.7.1

- name: Add helm repo dependencies
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 684ba20

Please sign in to comment.