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 78c17ec commit 4c0bf86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
with:
fetch-depth: 0
- run: |
mkdir -p qryn-cloud-helm
cp -r ./* ./qryn-cloud-helm/
mkdir -p Charts/qryn-cloud-helm
cp -r ./* ./Charts/qryn-cloud-helm/
ls -alF ./Charts
continue-on-error: true
- name: Configure Git
Expand All @@ -29,7 +30,5 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: '.'
env:
CR_TOKEN: "${{ github.token }}"

0 comments on commit 4c0bf86

Please sign in to comment.