Skip to content

Commit

Permalink
Merge branch 'main' into issue_681
Browse files Browse the repository at this point in the history
  • Loading branch information
shaangill025 committed Sep 6, 2023
2 parents 7afe572 + 1d5ce1b commit a244830
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ jobs:
registry_password: ${{ secrets.GITHUB_TOKEN }}

helm_release:
name: Publish Helm Chart
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout Source
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 2147483647 # workaround to check-out a non-shallow repo clone

- name: Configure Git
run: |
Expand Down

0 comments on commit a244830

Please sign in to comment.