Skip to content

Commit

Permalink
Update release-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 12, 2024
1 parent 2f8f418 commit b3a8f3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
cp -r ../qryn-cloud-helm ./
- name: Configure Git
run: |
Expand All @@ -26,6 +28,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: '..'
charts_dir: '.'
env:
CR_TOKEN: "${{ github.token }}"

0 comments on commit b3a8f3b

Please sign in to comment.