Skip to content

Commit

Permalink
ci: add depth for checkout in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josedev-union committed Nov 23, 2024
1 parent cc20ac8 commit b3a324a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4.2.0
Expand Down

0 comments on commit b3a324a

Please sign in to comment.