Skip to content

Commit

Permalink
chore: disable skip for chart release so it creates release
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 25, 2023
1 parent ded1fed commit e1f07d6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: set up helm
uses: azure/setup-helm@v3
with:
version: v3.4.0
version: v3.14.0

- uses: actions/setup-python@v4
with:
Expand All @@ -41,14 +41,8 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: install helm
uses: azure/setup-helm@v3
with:
version: v3.4.0

- name: run chart-releaser
uses: helm/[email protected]
with:
skip_existing: false
env:
CR_SKIP_EXISTING: false
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e1f07d6

Please sign in to comment.