Skip to content

Commit

Permalink
add chat split for workflow releaser order (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
aWN4Y25pa2EK authored Oct 22, 2024
1 parent 9024551 commit e5d571d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run chart-releaser for common-celestia-node
uses: helm/[email protected]
with:
charts_dir: "charts/common-celestia-node"
charts_dir: "common-charts"
packages_with_index: "true"
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run chart-releaser for celestia-node
uses: helm/[email protected]
with:
charts_dir: "charts/celestia-node"
charts_dir: "charts"
packages_with_index: "true"
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.

0 comments on commit e5d571d

Please sign in to comment.