Skip to content

Commit

Permalink
fix: fix openim helm charts release
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong (cubxxw) <[email protected]>
  • Loading branch information
cubxxw committed Jan 8, 2024
1 parent 2284ad2 commit 24f0d1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts
config: "./.github/configs/cr.yaml"
env:
CR_TOKEN: "${{ secrets.BOT_GITHUB_TOKEN }}"
CR_GENERATE_RELEASE_NOTES: true
Expand Down

0 comments on commit 24f0d1e

Please sign in to comment.