Skip to content

Commit cc88ab2

Browse files
committed
🎨 Fix ci
1 parent eeb2982 commit cc88ab2

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/publish-helm.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'helm/**'
9-
- '.github/workflows/publish-helm.yml'
10-
- 'cr.yaml'
11-
12-
permissions:
13-
contents: write
147

158
jobs:
169
release:
1710
runs-on: ubuntu-latest
1811
steps:
1912
- name: Checkout
20-
uses: actions/checkout@v4
13+
uses: actions/checkout@v1
2114
with:
2215
fetch-depth: 0
2316

@@ -29,7 +22,4 @@ jobs:
2922
- name: Run chart-releaser
3023
uses: helm/[email protected]
3124
env:
32-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
33-
with:
34-
charts_dir: helm
35-
config: cr.yaml
25+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

cr.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)