Skip to content

Commit

Permalink
fix go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jun 12, 2024
1 parent 2f0ad99 commit dcbbca2
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
mkdir -p Charts/qryn-cloud-helm
cp -r ./* ./Charts/qryn-cloud-helm/
ls -alF ./Charts
continue-on-error: true
# - run: |
# mkdir -p Charts/qryn-cloud-helm
# cp -r ./* ./Charts/qryn-cloud-helm/
# ls -alF ./Charts
# continue-on-error: true

- name: Configure Git
run: |
Expand All @@ -30,6 +30,8 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_TOKEN: "${{ github.token }}"
CR_SKIP_EXISTING: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dcbbca2

Please sign in to comment.