Skip to content

Commit

Permalink
Update chart-releaser-action to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
subigre committed Dec 1, 2024
1 parent 36f94dc commit cacd594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- "charts/**"
workflow_dispatch:

jobs:
release:
Expand All @@ -24,7 +25,7 @@ jobs:
uses: azure/setup-helm@v4

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1
uses: helm/chart-releaser-action@main
with:
skip_upload: true
env:
Expand Down

0 comments on commit cacd594

Please sign in to comment.