Skip to content

Commit

Permalink
remove chart_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Jul 10, 2024
1 parent 364f9f9 commit c43b4bf
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser for docusaurus
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts/docusaurus
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser for typesense
uses: helm/[email protected]
with:
charts_dir: charts/typesense
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# - name: Run chart-releaser for typesense
# uses: helm/[email protected]
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c43b4bf

Please sign in to comment.