Skip to content

Commit

Permalink
Fix Helm packaging in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 committed Aug 11, 2023
1 parent 9282986 commit 8da92c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Create Helm package
run: |
cd chart
helm package --version ${{ github.ref_name }} -u -d ../.cr-release-packages
helm package --version ${{ github.ref_name }} -u -d ../.cr-release-packages .
- name: Run chart releaser
uses: helm/chart-releaser-action@v1.5.0
Expand Down

0 comments on commit 8da92c3

Please sign in to comment.