Skip to content

Commit

Permalink
fix: add dependencies in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
aeppling committed Sep 17, 2024
1 parent af68941 commit cf4f52e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
fetch-depth: 0

- name: Set up Helm
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit cf4f52e

Please sign in to comment.