Skip to content

Commit 97b024d

Browse files
authored
Update release.yml
1 parent b923f2b commit 97b024d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v2
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Configure Git
1618
run: |
1719
git config user.name "$GITHUB_ACTOR"
1820
git config user.email "[email protected]"
21+
- name: Install Helm
22+
uses: azure/setup-helm@v1
23+
with:
24+
version: v3.4.0
1925

2026
- name: Run chart-releaser
21-
uses: helm/chart-releaser-action@v1.0.0
27+
uses: helm/chart-releaser-action@v1.2.1
2228
env:
23-
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
29+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)