File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
8
+ workflow_dispatch :
9
+
8
10
jobs :
9
11
release :
10
12
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
@@ -39,10 +41,11 @@ jobs:
39
41
run : ct install --target-branch ${{ github.event.repository.default_branch }}
40
42
41
43
- name : Run chart-releaser
42
- uses : helm/chart-releaser-action@v1.4 .0
44
+ uses : helm/chart-releaser-action@1.5 .0
43
45
env :
44
46
CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
47
+ CR_SKIP_EXISTING : true
45
48
46
49
- name : Verify helm repo add
47
50
run : |
48
- helm repo add ${{ github.event.repository.name }} https://redis-stack.github.io/helm-redis-stack
51
+ helm repo add ${{ github.event.repository.name }} https://redis-stack.github.io/helm-redis-stack
You can’t perform that action at this time.
0 commit comments