Skip to content

Commit

Permalink
added depth for release it
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2108 committed Nov 6, 2024
1 parent f537810 commit 33366aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Ensures full git history for release-it

- name: Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit 33366aa

Please sign in to comment.