Skip to content

Commit

Permalink
fix workflow for helm releases (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
aWN4Y25pa2EK authored Oct 17, 2024
1 parent 2eb327e commit 38ef48b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
release:
Expand All @@ -26,6 +27,16 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Add Helm Repositories
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add celestiaorg https://celestiaorg.github.io/helm-charts
helm repo update
- name: Update Helm Dependencies
run: |
helm dependency update charts/celestia-node
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 38ef48b

Please sign in to comment.