Skip to content

Commit 6175bf5

Browse files
committed
adding chart releaser flow
1 parent 685cea4 commit 6175bf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/oci_releaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
fetch-depth: 0
14+
- name: "Set Up Helm"
15+
uses: azure/setup-helm@v3.3
16+
if: github.ref != 'refs/heads/main'
17+
with:
18+
version: v3.4.1
1419
- name: Extract Version from Chart.yaml
1520
id: chart-version
1621
run: |

0 commit comments

Comments
 (0)