Skip to content

Commit

Permalink
gha(helm-release): try fetch-depth
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Oct 15, 2024
1 parent 6f805f3 commit 7c659f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ jobs:
helm-release:
runs-on: ubuntu-latest
timeout-minutes: 10
# defaults:
# run:
# working-directory: charts
defaults:
run:
working-directory: charts
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Helm
uses: azure/[email protected]
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
charts_dir: charts

0 comments on commit 7c659f2

Please sign in to comment.