Skip to content

Commit

Permalink
Try to fix helm chart publish
Browse files Browse the repository at this point in the history
  • Loading branch information
snorwin committed Dec 28, 2023
1 parent f4f8ef6 commit 8f88783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
Expand All @@ -47,6 +49,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: ./helm
charts_dir: helm
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8f88783

Please sign in to comment.