Skip to content

Commit 49c98bb

Browse files
committed
Fix chart releaser
1 parent 8c7c77b commit 49c98bb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# release.yml
21
name: Release Charts
32
on:
43
push:
@@ -11,16 +10,19 @@ jobs:
1110
- name: Checkout
1211
uses: actions/checkout@v2
1312
with:
14-
fetch-depth: 0
15-
- name: Configure Git
13+
fetch-depth: 0]
14+
15+
- name: Configure Git
1616
run: |
1717
git config user.name "$GITHUB_ACTOR"
1818
git config user.email "[email protected]"
19+
1920
- name: Install Helm
2021
uses: azure/setup-helm@v1
2122
with:
2223
version: v3.8.1
23-
- name: Run chart-releaser
24+
25+
- name: Run chart-releaser
2426
uses: helm/[email protected]
2527
env:
2628
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)