Skip to content

Commit bd30d24

Browse files
committed
Fix typo in release workflow
1 parent 884f965 commit bd30d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v1
2020
with:
2121
fetch-depth: 0
2222

@@ -41,7 +41,7 @@ jobs:
4141
run: ct install --target-branch ${{ github.event.repository.default_branch }}
4242

4343
- name: Run chart-releaser
44-
uses: helm/chart-releaser-action@1.5.0
44+
uses: helm/chart-releaser-action@v1.5.0
4545
env:
4646
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4747
CR_SKIP_EXISTING: true

0 commit comments

Comments
 (0)