Skip to content

Commit

Permalink
Upgrade chart-releaser-action to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devpro committed Jul 3, 2023
1 parent 0919ec0 commit 89d37cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Add dependency chart repositories
run: ./scripts/add_helm_repo.sh
- name: Host charts repository on GitHub Pages
uses: helm/chart-releaser-action@v1.4.1
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# important: it needs to be done in the same pipeline as another pages workflow won't be triggered by the pust on the gh-pages branch
Expand Down

0 comments on commit 89d37cc

Please sign in to comment.