Skip to content

Commit

Permalink
Update version of chart-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 7, 2023
1 parent 1089a45 commit 4dabd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
-
name: Run chart-releaser
if: ${{ github.event_name != 'pull_request' }}
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: deploy
mark_as_latest: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: deploy
mark_as_latest: false
Expand Down

0 comments on commit 4dabd96

Please sign in to comment.