From 5eaf66df6f8d8b0a55515796f0b8bab221759778 Mon Sep 17 00:00:00 2001 From: bakito Date: Sat, 30 Oct 2021 13:40:35 +0200 Subject: [PATCH] remove cr --- .github/workflows/upload-helm-chart.yml | 2 +- Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/upload-helm-chart.yml b/.github/workflows/upload-helm-chart.yml index 850ecd2..2312c13 100644 --- a/.github/workflows/upload-helm-chart.yml +++ b/.github/workflows/upload-helm-chart.yml @@ -35,6 +35,6 @@ jobs: pathInArchive: cr - name: Upload Chart - run: cr upload --config cr.yaml + run: cr upload --config .chart-releaser.yaml env: CR_TOKEN: "${{ secrets.CR_TOKEN }}" \ No newline at end of file diff --git a/Makefile b/Makefile index 3cba71a..0de1360 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,6 @@ release: semver @version=$$(semver); \ git tag -s $$version -m"Release $$version" goreleaser --rm-dist - cr upload --skip-existing - cr index test-release: goreleaser --skip-publish --snapshot --rm-dist