Skip to content

Commit

Permalink
FDP-1619: Package with index
Browse files Browse the repository at this point in the history
Signed-off-by: Jasper Kamerling <[email protected]>
  • Loading branch information
jasperkamerling committed Nov 30, 2023
1 parent c67458c commit 9cf2f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
version: v3.12.0
# TODO install and publish cr without creating a new release
- name: Publish Helm chart
uses: osgp/[email protected]
uses: helm/[email protected]
if: github.ref == 'refs/heads/main' || github.ref_type == 'tag'
with:
charts_dir: ./
use_existing_release: true
release_name_template: "{{ .Version }}"
packages_with_index: true
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9cf2f56

Please sign in to comment.