Skip to content

Commit

Permalink
Add Elastic repo to Chart releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
louhde committed Jan 31, 2024
1 parent f2767f7 commit 8103874
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Add Helm repos
run: |
helm repo add foo https://helm.elastic.co
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
Expand Down

0 comments on commit 8103874

Please sign in to comment.