Skip to content

Commit

Permalink
Update chart releaser action to 1.5.0
Browse files Browse the repository at this point in the history
Wrong version in last commit
  • Loading branch information
devpro committed Jul 3, 2023
1 parent 89d37cc commit 2f0a8ce
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.6.0
uses: helm/chart-releaser-action@v1.5.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 2f0a8ce

Please sign in to comment.