Skip to content

Commit

Permalink
remove cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Oct 30, 2021
1 parent 1c104bc commit 5eaf66d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eaf66d

Please sign in to comment.