Skip to content

Commit c0182ff

Browse files
authored
Fix typo (#33)
* Skip exsisting releases * Fix typo in release workflow
1 parent 18e7f52 commit c0182ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)