Skip to content

Commit

Permalink
Merge pull request #11 from progress/kiranb-main
Browse files Browse the repository at this point in the history
Fix chart dir path
  • Loading branch information
kiranbabuneela authored Apr 12, 2024
2 parents 75745e8 + f192290 commit c72629d
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 @@ -31,7 +31,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: './charts/BasicDeployment/hdp-server-deploy'
charts_dir: './charts/BasicDeployment'
env:
GITHUB_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }}
CR_TOKEN: ${{ secrets.SECRETS_GITHUB_TOKEN }}

0 comments on commit c72629d

Please sign in to comment.