Skip to content

Commit

Permalink
fix charts_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
therealak12 committed Aug 5, 2023
1 parent c5b11f8 commit bec8aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
charts_dir: deploy/charts/s3-operator
charts_dir: deploy/charts

0 comments on commit bec8aa0

Please sign in to comment.