Skip to content

Commit 884f965

Browse files
committed
Skip exsisting releases
1 parent 3a93ab4 commit 884f965

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77

8+
workflow_dispatch:
9+
810
jobs:
911
release:
1012
# 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:
3941
run: ct install --target-branch ${{ github.event.repository.default_branch }}
4042

4143
- name: Run chart-releaser
42-
uses: helm/chart-releaser-action@v1.4.0
44+
uses: helm/chart-releaser-action@1.5.0
4345
env:
4446
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
47+
CR_SKIP_EXISTING: true
4548

4649
- name: Verify helm repo add
4750
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

0 commit comments

Comments
 (0)